// This Javascript will put the code for displaying the left column information in the Note Card pages
 document.write("<!-- The left column will contain picture size, matting  and framing information -->");
 document.write("<!-- Row 1 Column 1 contains the available picture information table -->");
 document.write("<td align='left' width='30%' valign='top'>");
	document.write("<table border='1' cellpadding='2' cellspacing='2' width='100%'>");
		document.write("<tr><td align='center'><p id='header2'>Pricing</p></td></tr>");
		document.write("<tr><td               ><p id='description_white'>");
		document.write("Each individual notecard costs $4.00.<br />");
		document.write("If you order 3 of any combination of cards, the cost is $10.00.<br />");
		document.write("If you order 12 or more of any combination of cards, the cost is $3.00(each).<br />");
		document.write("</p></td></tr>");
	document.write("</table>");
		document.write("<table border='1' cellpadding='2' cellspacing='2' width='100%'>");
		document.write("<tr><td align='center'><p id='header2'>Shipping</p></td></tr>");
		document.write("<tr><td               ><p id='description_white'>");
		document.write("I use sturdy lightweight bubble mailers to keep shipping costs down.  Shipping rates for notecards are as follows:<br />");
		document.write("1 - 5 cards is $2.50 <br /> ");
        document.write("6 - 10 cards is $4.00 <br />");
        document.write("11 - 18 cards is $5.50 <br />");
		document.write("18 cards or more...TBA.<br />");
		document.write("Shipping rates for larger photo gallery items(mammals, raptors, birds, other critters, scenery) are currently being adjusted...");
		document.write("</p></td></tr>");
	document.write("</table>");
 document.write("</td>");
