<!-- Begin SIDEBAR SIZES AND OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

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

// MENU OPTIONS - you will find more options in the corporatestyle.css

MFT		= 200; 					// MENU DISTANCE FROM TOP

var align		= "left"		// ALIGN SIDEBAR left/center
var width		= "100"			// WIDTH OF THE SIDEBAR
var showlogo		= "yes"			// SHOW SIDEBAR LOGO
var showlink		= "index.html"		// LOGO PAGE LINK
var top		= "110"		// HEIGHT OF SIDEBAR



document.write('<div id="sidebar">')
document.write('<TABLE cellpadding="0" cellspacing="0" width="'+width+'" height="'+top+'" class="printhide"><tr><td align="'+align+'">')
//document.write('<TABLE cellpadding="0" cellspacing="0" width="'+width+'" class="printhide"><tr><td align="'+align+'+";top:"'+MFT+'">')






// SMALL LOGO AREA
   if (showlogo == "yes") {
document.write('<a href="'+showlink+'"><img src="picts/sidebar_logo.jpg" border="0"></a>');
document.write('<br>');
}






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




//  End -->