<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Holiday Orders<br></legend>');

document.write('<b>We offer custom Christmas Cards, Calendars and many other gift ideas.</b> <a href="contact.htm">Contact us...</a><br> <br><a href="http://www.printzplus.cceasy.com/OC_Search.cfm?prev=1&TempPrev=0&blnPreviewRequestSubmitted=0&recordsperpage=15&CompletedOrder=0&sBasketID=0&Group=Other1&alogo=1&menu=none&morethanonepage=YES&HostDomain=www.printzplus.cceasy.com%2F&FirstTimeThrough=1&format=HolCardDT26" target="_blank">Click here</a> to view some Christmas Card ideas.');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Wide Format Printing<br></legend>');

document.write('Come in or contact us today for all of your wide format printing needs. <a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="contact.htm"><img src="picts/Canon_W8200.jpg" width="400" height="271" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







document.write('</td></tr></table>');


// -- END -->
