<!-- Begin SIDEBAR OPTIONS

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

// ONLY USE lowercase FOR ALL OPTIONS



var showimage_1		= "no"		// SHOW SIDEBAR IMAGE 1
var showimage_2		= "yes"		// SHOW SIDEBAR IMAGE 2
var showimage_3		= "no"		// SHOW SIDEBAR IMAGE 3
var showimage_3		= "no"		// SHOW SIDEBAR IMAGE 4
var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showcontact		= "no"		// SHOW CONTACT ICON
var showdate		= "no"		// SHOW THE DATE ON THE PAGE


var spacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "100"		// SIDEBAR WIDTH (edit CSS also)


var showpaypal		= "no"				// SHOW A VIEW CART BUTTON
var paypalemail		= "paypal@your-web-domain.com"	// YOUR PAYPAL E-MAIL



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

document.write('<table cellpadding="0" cellspacing="0" border="0" width="130" class="sidebar-inner"><tr><td align="center">');

// START DATE SCRIPT
   if (showdate == "yes") {
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr></span>")
document.write("<br><br>")
}







// START VIEW CART AREA

   if (showpaypal == "yes") {
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypalemail+'">');
document.write('<input type="image" src="picts/cart-view.gif" border="0" name="submitbutton" alt="View Cart" onmouseover="this.src=\'picts/cart-viewon.gif\'" onmouseout="this.src=\'picts/cart-view.gif\'"><br><br>');
document.write('<input type="hidden" name="display" value="1">');
document.write('<img src="picts/paypal.gif" border="0" alt="Payments Through Paypal"><br>');
document.write('</form><br>');
}

// END VIEW CART AREA







// SMALL PICTURE AREA 1
   if (showimage_1 == "yes") {

document.write('<span class="sidebar-captions">');
document.write('<img src="picts/sidebar_blank.jpg" border="0" width="100" height="100" onmouseover="Sound();" class="sidebar-border"><br>');
}







// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="smalltext">');

document.write('You can use this area to display information or small images.<br>');

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

}

// END SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA 2
   if (showimage_2 == "yes") {

document.write('<span class="sidebar-captions">');
document.write('<a href="FORMgallery1.htm"><img src="picts/sidebar_buy.jpg" border="0" width="100" height="100" onmouseover="Sound();" class="sidebar-border"><br>');



}






// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="smalltext">');

document.write('You can use this area to display information or small images.<br>');

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

}

// END SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA 3
   if (showimage_3 == "yes") {

document.write('<span class="sidebar-captions">');
document.write('<img src="picts/sidebar_blank.jpg" border="0" width="100" height="100" onmouseover="Sound();" class="sidebar-border"><br>');

}






// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="smalltext">');

document.write('You can use this area to display information or small images.<br>');

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

}

// END SIDEBAR AREA PARAGRAPH 2







// SMALL PICTURE AREA 4
   if (showimage_4 == "yes") {

document.write('<span class="sidebar-captions">');
document.write('<img src="picts/sidebar_-blank.jpg" border="0" width="100" height="100" onmouseover="Sound();" class="sidebar-border"><br>');

}















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


// -- END -->

