<!--

//------------------------Pricing Info for 4:5 Prints ----------------------------//

var eight = 75.00;var eleven = 150.00; var sixteen = 200.00; var twenty = 300.00; var twentyfour = 350.00;

//------------------------Add-on Prices for Gallery Wraps -----------------------//

var eight_f = eight+100.00; var eleven_f = eleven+120.00; var sixteen_f = sixteen+150.00; var twenty_f=twenty+200.00; var twentyfour_f = twentyfour+250.00;


//------------------------HTML Code Powers, Activate! ----------------------------//

document.write('<option googlecart-set-product-price="' + eight.toFixed(2) + '" value="8&quot; x 10&quot; Print Only">8" x 10" Print Only - $' + eight.toFixed(2) + '</option><option googlecart-set-product-price="' + eleven.toFixed(2) + '" value="11&quot; x 14&quot; Print Only">11" x 14" Print Only - $' + eleven.toFixed(2) + '</option><option googlecart-set-product-price="' + sixteen.toFixed(2) + '" value="16&quot; x 20&quot; Print Only">16" x 20" Print Only - $' + sixteen.toFixed(2) + '</option><option googlecart-set-product-price="' + twenty.toFixed(2) + '" value="20&quot; x 24&quot; Print Only">20" x 24" Print Only - $' + twenty.toFixed(2) + '</option><option googlecart-set-product-price="' + twentyfour.toFixed(2) + '" value="24&quot; x 30&quot; Print Only">24" x 30" Print Only - $' + twentyfour.toFixed(2) + '</option><option googlecart-set-product-price="' + eight_f.toFixed(2) + '" value="8&quot; x 10&quot; Gallery Wrap">8" x 10" Gallery Wrap - $' + eight_f.toFixed(2) + '</option><option googlecart-set-product-price="' + eleven_f.toFixed(2) + '" value="11&quot; x 14&quot; Gallery Wrap">11" x 14" Gallery Wrap - $' + eleven_f.toFixed(2) + '</option><option googlecart-set-product-price="' + sixteen_f.toFixed(2) + '" value="16&quot; x 20&quot; Gallery Wrap">16" x 20" Gallery Wrap - $' + sixteen_f.toFixed(2) + '</option><option googlecart-set-product-price="' + twenty_f.toFixed(2) + '" value="20&quot; x 24&quot; Gallery Wrap">20" x 24" Gallery Wrap - $' + twenty_f.toFixed(2) + '</option><option googlecart-set-product-price="' + twentyfour_f.toFixed(2) + '" value="24&quot; x 30&quot; Gallery Wrap">24" x 30" Gallery Wrap - $' + twentyfour_f.toFixed(2) + '</option></select><input value="' + eight + '" class="product-price" type="hidden"><div title="Add to cart" role="button" tabindex="0" class="googlecart-add-button"></div>');
//-->

