// JavaScript Document

// square dropdown list for cart


document.write(" <select name='os0' size='8'>");

document.write("<option value='5x7'>   $45.00  :  &nbsp;5x7 inch print");
document.write("<option value='5x7-M'>   $55.00  :  &nbsp;5x7 inch print on 8 x 10 mat");
document.write("<option selected='selected' value='11x14'>    $125.00    : 11x14 inch print *LTD*");
document.write("<option value='11x14-M'>    $145.00    : 11x14 inch print *LTD* on 16x20 mat");
document.write("<option value='15x19'>   $175.00  : 15x19 inch print");
document.write("<option value='15x19-M'>   $195.00  : 15x19 inch print on 20x24 mat");
document.write("<option value='19x23'>   $245.00  : 19x23 inch print");
document.write("<option value='22x28'>   $295.00  : 22x28 inch print");
document.write("</select>");



  
// document.write("<div class='cart-caption'><strong>20% DISCOUNT.</strong> Add to cart for discount.</div>");  




