<!--

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

var eight = 70.00;var twelve = 120.00; var sixteen = 165.00; var twenty = 215.00; var twentyfour = 275.00;

//------------------------ Add-on Prices for Gallery Floats -----------------------//

var eight_f = eight+75.00; var twelve_f = twelve+95.00; var sixteen_f = sixteen+125.00; var twenty_f=twenty+145.00; var twentyfour_f = twentyfour+200.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 Float">8" x 12" Gallery Float - $' + eight_f.toFixed(2) + '</option><option googlecart-set-product-price="' + twelve_f.toFixed(2) + '" value="12&quot; x 18&quot; Gallery Float">12" x 18" Gallery Float - $' + twelve_f.toFixed(2) + '</option><option googlecart-set-product-price="' + sixteen_f.toFixed(2) + '" value="16&quot; x 24&quot; Gallery Float">16" x 24" Gallery Float - $' + sixteen_f.toFixed(2) + '</option><option googlecart-set-product-price="' + twenty_f.toFixed(2) + '" value="20&quot; x 30&quot; Gallery Float">20" x 30" Gallery Float - $' + twenty_f.toFixed(2) + '</option><option googlecart-set-product-price="' + twentyfour_f.toFixed(2) + '" value="24&quot; x 36&quot; Gallery Float">24" x 36" Gallery Float - $' + 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>');
//-->