// This Javascript will put the code for displaying the top right column information in the Note Card pages
	document.write("<table border='1' cellpadding='5' cellspacing='2' width='100%'>");
		document.write("<tr><td align='center'><p id='header2'>Details</p></td></tr>");
		document.write("<tr><td               ><p id='description_white'>Notecard Size: 5 x 7</p></td></tr>");
		document.write("<tr><td               ><p id='description_white'>Each card is blank inside and ");
		document.write("comes with a very good quality mailing envelope which are both sealed "); 
		document.write("for protection in a clear resealable envelope.               </p></td></tr>");
	document.write("</table>");
