<!-- Begin
var shadow	= "no"		// SHOW SHADOW UNDER MENU | yes | no |
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide"><tr><td align="left" class="menu-table">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td align="left">');

document.write('<a href="index.html" class="menu">Home</a>');
document.write('</td><td align="center">');

document.write('</td></tr></table>');
   if (shadow == "yes") {
document.write('</td></tr><tr><td class="shadow-horizontal">');
document.write('<img src="picts/spacer.gif" border="0" width="5" height="10" alt="image"><br>');
}
document.write('</td></tr></table>');
//  End -->