document.write('<STYLE type="text/css">');
document.write('#menuspan63 { position:absolute; width:665px; }');
document.write('#menutable63 { border-width: 0px; border-color: #003366; border-style:solid}');
document.write('td.menucell63 { padding:1px; padding-left:4px; padding-right:4px; background:#003366; border:0px solid #1C1A05; text-align:LEFT; }');
document.write('#submenutable63 { background: #595959; border-width: 0px; border-color: #333333; border-style:solid}');
document.write('td.topcell63 {text-decoration:none; color:#000000; font-weight: 700; font-family: Arial; font-size: 11px; font-style:normal; text-align:CENTER; }');
document.write('a.topitem63 {text-decoration:none; color:#000000; font-weight: 700; font-family: Arial; font-size: 11px; font-style:normal; } ');
document.write('a.topitem63:hover {text-decoration:none; color:#F6EDFF; font-weight: 700; font-family: Arial; font-size: 11px; font-style:normal;}');
document.write('a.subitem63,a.subitem63:visited,a.subitem63:active {text-decoration:none; color:#ffffff; font-weight: 700; font-family: Arial; font-size: 11px; font-style:normal; padding:2px; } ');
document.write('a.subitem63:hover {text-decoration:none; color:#000000; font-weight: 700; font-family: Arial; font-size: 11px; font-style:normal; }');
document.write('P.MN63 {margin:0px; color:#000000; font-weight: 700; font-family: Arial; font-size:11px; font-style:normal;  }');
document.write('P.SMN63 {text-decoration:none; color:#000000; font-weight: 700; font-family: Arial; font-size:11px; font-style:normal; margin:0px; }');
document.write('#submenu63_0 { position:absolute; left:287px; top:38px; visibility:hidden; }');
document.write('#submenu63_1 { position:absolute; left:384px; top:38px; visibility:hidden; }');
document.write('</style>');

// roll over
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		bt_home_o = newImage("images/bt_home_o.gif");
		bt_retail_o = newImage("images/bt_retail_o.gif");
		bt_res_o = newImage("images/bt_res_o.gif");
		bt_contact_o = newImage("images/bt_contact_o.gif");
		bt_env_o = newImage("images/bt_env_o.gif");
		bt_login_o = newImage("images/bt_login_o.gif");
		bt_rec_o = newImage("images/bt_rec_o.gif");
		preloadFlag = true;
	}
}
//
var thisbrowser63
var hidetimer63 = null;
if(document.layers){ thisbrowser63='NN4'; }
if(document.all){ thisbrowser63='IE'; }
if(!document.all && document.getElementById){ thisbrowser63='NN6'; }
function showmenu63(menuname)
{
if(thisbrowser63=='NN4') document.layers[menuname].visibility = 'visible';
if(thisbrowser63=='IE') document.all[menuname].style.visibility = 'visible';
if(thisbrowser63=='NN6') document.getElementById(menuname).style.visibility = 'visible';
if(hidetimer63) clearTimeout(hidetimer63);}
function timermenu63()
{
if(hidetimer63) clearTimeout(hidetimer63);hidetimer63 = setTimeout("hideall63();",5000);
}
function hidemenu63(menuname)
{
if(thisbrowser63=='NN4') document.layers[menuname].visibility = 'hidden';
if(thisbrowser63=='IE') document.all[menuname].style.visibility = 'hidden';
if(thisbrowser63=='NN6') document.getElementById(menuname).style.visibility = 'hidden';
}
function hilite63(menuitem) 
{
if(typeof(currentpage63)!='undefined' && menuitem==currentpage63) return;
if(thisbrowser63=='IE') document.all[menuitem].style.backgroundColor = '#ffcc00';
if(thisbrowser63=='NN6') document.getElementById(menuitem).style.backgroundColor = '#ffcc00';
if(hidetimer63) clearTimeout(hidetimer63);}
function unhilite63(menuitem) 
{
if(typeof(currentpage63)!='undefined' && menuitem==currentpage63) return;
if(thisbrowser63=='IE') document.all[menuitem].style.backgroundColor = '#003366';
if(thisbrowser63=='NN6') document.getElementById(menuitem).style. backgroundColor = '#003366';
if(hidetimer63) clearTimeout(hidetimer63);hidetimer63 = setTimeout("hideall63();",3000);
}
function hideall63()
{
hidemenu63('submenu63_0');
hidemenu63('submenu63_1');
}
function openmenu63(menuname)
{
showmenu63(menuname);
if(menuname!='submenu63_0') hidemenu63('submenu63_0');
if(menuname!='submenu63_1') hidemenu63('submenu63_1');
}
//main menu

// submenu
function enterEmail() {
	if (document.forms[1].Email.value == 'E-mail Address') {
		document.forms[1].Email.value = '';
	}
}
