  function screen_only(device, price, code){
    document.getElementById('cart_button').href='https://getiwrap.foxycart.com/cart?name=Screen%20Cover%20for%20'+device+'&price='+price+'&code='+code+ fcc.session_get();
    $("#price").fadeOut("fast", function(){
    	$("#price").html(price);
    	$("#price").fadeIn("fast");
    });
    $("#product_type").fadeOut("fast", function(){
    	$("#product_type").html('Screen Only');
    	$("#product_type").fadeIn("fast");
    });
  }
  function back_only(device, price, code){
    document.getElementById('cart_button').href='https://getiwrap.foxycart.com/cart?name=Back%20Cover%20for%20'+device+'&price='+price+'&code='+code+ fcc.session_get();
    $("#price").fadeOut("fast", function(){
    	$("#price").html(price);
    	$("#price").fadeIn("fast");
    });
    $("#product_type").fadeOut("fast", function(){
    	$("#product_type").html('Back Only');
    	$("#product_type").fadeIn("fast");
    });
  }
  function full_body(device, price, code){
    document.getElementById('cart_button').href='https://getiwrap.foxycart.com/cart?name=Full%20Body%20Wrap%20for%20'+device+'&price='+price+'&code='+code+ fcc.session_get();
    $("#price").fadeOut("fast", function(){
    	$("#price").html(price);
    	$("#price").fadeIn("fast");
    });
    $("#product_type").fadeOut("fast", function(){
    	$("#product_type").html('Full Body');
    	$("#product_type").fadeIn("fast");
    });
  }

  function verizon_version(device, code){
        document.getElementById('cart_button').href='https://getiwrap.foxycart.com/cart?name=Full%20Body%20Wrap%20for%20'+device+'&price='+price+'&code='+code+ fcc.session_get();

  }
