<!--

//------------------------ Pricing Info for Panoramic Prints ----------------------//

var twelve = 75.00;var eighteen = 150.00; var twentyfour = 200.00; var thirty = 300.00; var thirtysix = 350.00;

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

var twelve_f = twelve+75.00; var eighteen_f = eighteen+95.00; var twentyfour_f = twentyfour+125.00; var thirty_f=thirty+145.00; var thirtysix_f = thirtysix+200.00;


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

document.write('<option googlecart-set-product-price="' + twelve.toFixed(2) + '" value="12&quot; Panoramic Print Only">12" Panoramic Print Only - $' + twelve.toFixed(2) + '</option><option googlecart-set-product-price="' + eighteen.toFixed(2) + '" value="18&quot; Panoramic Print Only">18" Panoramic Print Only - $' + eighteen.toFixed(2) + '</option><option googlecart-set-product-price="' + twentyfour.toFixed(2) + '" value="24&quot; Panoramic Print Only">24" Panoramic Print Only - $' + twentyfour.toFixed(2) + '</option><option googlecart-set-product-price="' + thirty.toFixed(2) + '" value="30&quot; Panoramic Print Only">30" Panoramic Print Only - $' + thirty.toFixed(2) + '</option><option googlecart-set-product-price="' + thirtysix.toFixed(2) + '" value="36&quot; Panoramic Print Only">36" Panoramic Print Only - $' + thirtysix.toFixed(2) + '</option><option googlecart-set-product-price="' + twelve_f.toFixed(2) + '" value="12&quot; Panoramic Gallery Wrap">12" Panoramic Gallery Wrap - $' + twelve_f.toFixed(2) + '</option><option googlecart-set-product-price="' + eighteen_f.toFixed(2) + '" value="18&quot; Panoramic Gallery Wrap">18" Panoramic Gallery Wrap - $' + eighteen_f.toFixed(2) + '</option><option googlecart-set-product-price="' + twentyfour_f.toFixed(2) + '" value="24&quot; Panoramic Gallery Wrap">24" Panoramic Gallery Wrap - $' + twentyfour_f.toFixed(2) + '</option><option googlecart-set-product-price="' + thirty_f.toFixed(2) + '" value="30&quot; Panoramic Gallery Wrap">30" Panoramic Gallery Wrap - $' + thirty_f.toFixed(2) + '</option><option googlecart-set-product-price="' + thirtysix_f.toFixed(2) + '" value="36&quot; Panoramic Gallery Wrap">36" Panoramic Gallery Wrap - $' + thirtysix_f.toFixed(2) + '</option></select><input value="' + twelve + '" class="product-price" type="hidden"><div title="Add to cart" role="button" tabindex="0" class="googlecart-add-button"></div>');
//-->

