// START MENU IMAGES

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP

document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="../images/menu-top.gif" width="154" height="40">');
}

document.write('</td></tr></table></DIV>');

   if (showimage1 == "no") {
document.write('<img src="../images/menu-picture-1.jpg" width="154" height="75" border="0"><br></a>');
}
   if (showimage2 == "no") {
document.write('<img src="../images/menu-picture-2.jpg" width="75" height="75" border="0"></a>');
}
//  End -->