<!--

//-------------------------- Pricing Info for 2:3 Prints --------------------------//

var eight = 75.00;var twelve = 150.00; var sixteen = 200.00; var twenty = 300.00; var twentyfour = 350.00; var thirty = 400; var fourty = 450

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

var eight_f = eight+100.00; var twelve_f = twelve+120.00; var sixteen_f = sixteen+150.00; var twenty_f=twenty+200.00; var twentyfour_f = twentyfour+250.00;
var thirty_f = thirty+300.00; var fourty_f = fourty+350.00; 


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

document.write('<option googlecart-set-product-price="' + eight.toFixed(2) + '" value="8&quot; x 12&quot; Print Only">8" x 12" Print Only - $' + eight.toFixed(2) + '</option><option googlecart-set-product-price="' + twelve.toFixed(2) + '" value="12&quot; x 18&quot; Print Only">12" x 18" Print Only - $' + twelve.toFixed(2) + '</option><option googlecart-set-product-price="' + sixteen.toFixed(2) + '" value="16&quot; x 24&quot; Print Only">16" x 24" Print Only - $' + sixteen.toFixed(2) + '</option><option googlecart-set-product-price="' + twenty.toFixed(2) + '" value="20&quot; x 30&quot; Print Only">20" x 30" Print Only - $' + twenty.toFixed(2) + '</option><option googlecart-set-product-price="' + twentyfour.toFixed(2) + '" value="24&quot; x 36&quot; Print Only">24" x 36" Print Only - $' + twentyfour.toFixed(2) + '</option><option googlecart-set-product-price="' + eight_f.toFixed(2) + '" value="8&quot; x 12&quot; Gallery Wrap">8" x 12" Gallery Wrap - $' + eight_f.toFixed(2) + '</option><option googlecart-set-product-price="' + twelve_f.toFixed(2) + '" value="12&quot; x 18&quot; Gallery Wrap">12" x 18" Gallery Wrap - $' + twelve_f.toFixed(2) + '</option><option googlecart-set-product-price="' + sixteen_f.toFixed(2) + '" value="16&quot; x 24&quot; Gallery Wrap">16" x 24" Gallery Wrap - $' + sixteen_f.toFixed(2) + '</option><option googlecart-set-product-price="' + twenty_f.toFixed(2) + '" value="20&quot; x 30&quot; Gallery Wrap">20" x 30" Gallery Wrap - $' + twenty_f.toFixed(2) + '</option><option googlecart-set-product-price="' + twentyfour_f.toFixed(2) + '" value="24&quot; x 36&quot; Gallery Wrap">24" x 36" Gallery Wrap - $' + twentyfour_f.toFixed(2) + '</option><option googlecart-set-product-price="' + thirty_f.toFixed(2) + '" value="30&quot; x 40&quot; Gallery Wrap">30" x 45" Gallery Wrap - $' + thirty_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>');//-->
