document.write('<STYLE type="text/css">');
document.write('#menuspan345 { position:absolute;}');
document.write('#menutable345 { border-width: 0px; border-color: #361029; border-style:solid}');
document.write('td.menucell345 { padding:2px; padding-left:4px; padding-right:4px; background:#361029; border:0px solid #361029; text-align:LEFT; }');
document.write('#submenutable345 { background: #361029; border-width: 3px; border-color: #361029; border-style:solid}');
document.write('td.topcell345 {text-decoration:none; color:#FFFFFF; font-weight: 100; font-family: Verdana; font-size: 12px; font-style:normal; text-align:LEFT; }');
document.write('a.topitem345 {text-decoration:none; color:#FFFFFF; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal; } ');
document.write('a.topitem345:hover {text-decoration:none; color:#361029; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;}');
document.write('a.subitem345 {text-decoration:none; color:#FFFFFF; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal; } ');
document.write('a.subitem345:hover {text-decoration:none; color:yellow; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal; }');
document.write('P.MN345 {margin:0px; color:#FFFFFF; font-weight: 700; font-family: Verdana; font-size:12px; font-style:normal;  }');
document.write('P.SMN345 {text-decoration:none; color:#FFFFFF; font-weight: 700; font-family: Verdana; font-size:12px; font-style:normal; margin:0px; }');
document.write('#submenu345_0 { position:absolute; left:0px; top:27px; visibility:hidden; }');
document.write('#submenu345_1 { position:absolute; left:150px; top:55px; visibility:hidden; }');
document.write('#submenu345_2 { position:absolute; left:450px; top:55px; visibility:hidden; }');
document.write('#submenu345_3 { position:absolute; left:600px; top:55px; visibility:hidden; }');
document.write('#submenu345_4 { position:absolute; left:750px; top:55px; visibility:hidden; }');
document.write('</style>');


var thisbrowser345
var hidetimer345 = null;
if(document.layers){ thisbrowser345='NN4'; }
if(document.all){ thisbrowser345='IE'; }
if(!document.all && document.getElementById){ thisbrowser345='NN6'; }
function showmenu345(menuname)
{
if(thisbrowser345=='NN4') document.layers[menuname].visibility = 'visible';
if(thisbrowser345=='IE') document.all[menuname].style.visibility = 'visible';
if(thisbrowser345=='NN6') document.getElementById(menuname).style.visibility = 'visible';
if(hidetimer345) clearTimeout(hidetimer345);}
function timermenu345()
{
if(hidetimer345) clearTimeout(hidetimer345);hidetimer345 = setTimeout("hideall345();",50);
}
function hidemenu345(menuname)
{
if(thisbrowser345=='NN4') document.layers[menuname].visibility = 'hidden';
if(thisbrowser345=='IE') document.all[menuname].style.visibility = 'hidden';
if(thisbrowser345=='NN6') document.getElementById(menuname).style.visibility = 'hidden';
}
function hilite345(menuitem) 
{
if(typeof(currentpage345)!='undefined' && menuitem==currentpage345) return;
if(thisbrowser345=='IE') document.all[menuitem].style.backgroundColor = '#361029';
if(thisbrowser345=='NN6') document.getElementById(menuitem).style.backgroundColor = '#361029';
if(hidetimer345) clearTimeout(hidetimer345);}
function unhilite345(menuitem) 
{
if(typeof(currentpage345)!='undefined' && menuitem==currentpage345) return;
if(thisbrowser345=='IE') document.all[menuitem].style.backgroundColor = '#361029';
if(thisbrowser345=='NN6') document.getElementById(menuitem).style. backgroundColor = '#361029';
if(hidetimer345) clearTimeout(hidetimer345);hidetimer345 = setTimeout("hideall345();",1000);
}
function hideall345()
{
hidemenu345('submenu345_0');
hidemenu345('submenu345_1');
hidemenu345('submenu345_2');
hidemenu345('submenu345_3');
hidemenu345('submenu345_4');
}
function openmenu345(menuname)
{
showmenu345(menuname);
if(menuname!='submenu345_0') hidemenu345('submenu345_0');
if(menuname!='submenu345_1') hidemenu345('submenu345_1');
if(menuname!='submenu345_2') hidemenu345('submenu345_2');
if(menuname!='submenu345_3') hidemenu345('submenu345_3');
if(menuname!='submenu345_4') hidemenu345('submenu345_4');
}
