browser_name = navigator.appName;
browser_version = parseFloat(navigator.appVersion);

var isNS = (navigator.appName == "Netscape");
var isMZ = (navigator.userAgent.indexOf("Gecko") > -1);
var isMacIE = ((navigator.userAgent.indexOf("IE 4")  > -1) && (navigator.userAgent.indexOf("Mac")  > -1));
var string1 = (isNS && !isMZ) ? "document." : "document.all.";
var string2 = (isNS && !isMZ) ? "" : ".style";

var activeMenu1ID = -1;
var activeMenu2ID = -1;
var activeMenu3ID = -1;
var activeMenu4ID = -1;
var tmOut;
///////----------------------------------------
//
var Menu = new Array;
/* Формирование меню 1-го уровня*/
Menu[0] = new Array("About","about/index.html");
Menu[1] = new Array("Hardware","hardware/index.html");
Menu[2] = new Array("Software","software/index.html");
Menu[3] = new Array("POST Codes","post/index.html");
Menu[4] = new Array("Support","support/index.html");
Menu[5] = new Array("Buy","about/buy.html");
///////----------------------------------------
/* Формирование меню 2-го уровня*/
var Menu2 = new Array;
Menu2[0] = false;
Menu2[1] = new Array;
	Menu2[1][0] = new Array("Diagnostic","hardware/diagnostic.html");
	Menu2[1][1] = new Array("Serial","hardware/serial.html");
	Menu2[1][2] = new Array("USB","hardware/usb.html");
/* 	Menu2[1][3] = new Array("Local Area Net","hardware/lan.html");*/
Menu2[2] = new Array;
	Menu2[2][0] = new Array("LiteBIOS","software/litebios.html");
	Menu2[2][1] = new Array("ICDiag","software/icdiag.html");
	Menu2[2][2] = new Array("UTLiteTest","software/utlitetest.html");
Menu2[3] = new Array;
	Menu2[3][0] = new Array("AMI, part I","post/ami_one.html");
	Menu2[3][1] = new Array("AMI, part II","post/ami_two.html");
	Menu2[3][2] = new Array("AMI Beep Codes","#");
	Menu2[3][3] = new Array("Award","post/award.html");
	Menu2[3][4] = new Array("Insyde","post/_insyde/index.html");
	Menu2[3][5] = new Array("Phoenix","post/_phoenix/index.html");
Menu2[4] = new Array;
	Menu2[4][0] = new Array("Library","support/index.html");
	Menu2[4][1] = new Array("Award Utility","#");
	Menu2[4][2] = new Array("Phoenix Utility","#");
	Menu2[4][3] = new Array("Insyde Utility","#");
	Menu2[4][4] = new Array("BIOS Recovery","vendor/recovery.html");
///////----------------------------------------
/* Формирование меню 3-го уровня*/
var Menu3 = new Array;
Menu3[0] = false;
//-------
Menu3[1] = new Array;
Menu3[1][0] = new Array;
	Menu3[1][0][0] = new Array("UTLite","hardware/_utlite/index.html");
	Menu3[1][0][1] = new Array("IC80 V5.0","hardware/_ic80v5/index.html");
	Menu3[1][0][2] = new Array("ICForce","hardware/_icforce/index.html");
Menu3[1][1] = new Array;
	Menu3[1][1][0] = new Array("Gunboat x2","hardware/_gbx2/index.html");
	Menu3[1][1][1] = new Array("Gunboat x4","hardware/_gbx4/index.html");
	Menu3[1][1][2] = new Array("Gunboat x4 Pro","hardware/_gbx4pro/index.html");
	Menu3[1][1][3] = new Array("Ironclad x8","hardware/_irx8/index.html");
	Menu3[1][1][4] = new Array("Dreadnought x16","hardware/_drx16/index.html");
	Menu3[1][1][5] = new Array("Serial Port IC552","hardware/_ic552/index.html");
Menu3[1][2] = new Array;
	Menu3[1][2][0] = new Array("CP2102 UART Bridge","hardware/_cp2102/index.html");
	Menu3[1][2][1] = new Array("FT232 UART Bridge","hardware/_ft232/index.html");
	Menu3[1][2][2] = new Array("Single Internal Bridge","hardware/_icsusb/index.html");
	Menu3[1][2][3] = new Array("Dual Internal Bridge","hardware/_icdusb/index.html");
	Menu3[1][2][4] = new Array("UTLite","hardware/_utlite/index.html");
/*Menu3[1][3] = new Array;*/
/*	Menu3[1][3][0] = new Array("ICLAN","hardware/_iclan/index.html");*/
//-------
Menu3[2] = new Array;
Menu3[2][0] = new Array;
	Menu3[2][0][0] = new Array("POST Codes","software/litebios_post.html");
	Menu3[2][0][1] = new Array("History","software/litebios_history.html");
	Menu3[2][0][2] = new Array("Demo Version","software/beepbios.html");
Menu3[2][1] = new Array;
	Menu3[2][1][0] = new Array("Serial","software/_serial/index.html");
	Menu3[2][1][1] = new Array("Parallel","software/_parallel/index.html");
Menu3[2][2] = new Array;
	Menu3[2][2][0] = new Array("Installation","software/_utlitetest/index.html");
	Menu3[2][2][1] = new Array("Description","software/_utlitetest/description.html");
	Menu3[2][2][2] = new Array("Functions","software/_utlitetest/functions.html");
	Menu3[2][2][3] = new Array("Suggestions","software/_utlitetest/suggestions.html");
//-------
Menu3[3] = new Array;
Menu3[3][0] = new Array;
	Menu3[3][0][0] = new Array("AMIBIOS Core 2.x","post/_ami2/index.html");
	Menu3[3][0][1] = new Array("AMIBIOS Core 3.x","post/_ami3/index.html");
	Menu3[3][0][2] = new Array("AMIBIOS95","post/_ami4/index.html");
	Menu3[3][0][3] = new Array("AMIBIOS95+","post/_ami5/index.html");
	Menu3[3][0][4] = new Array("AMI Module ID","post/ami_module_id.html");
Menu3[3][1] = new Array;
	Menu3[3][1][0] = new Array("Device Initialization Manager","post/_amidim/index.html");
	Menu3[3][1][1] = new Array("AMIBIOS MPS Check Points","post/_amimps/index.html");
	Menu3[3][1][2] = new Array("AMIBIOS Core 6.x","post/_ami6/index.html");
	Menu3[3][1][3] = new Array("AMIBIOS Core 7.x","post/_ami7/index.html");
	Menu3[3][1][4] = new Array("AMIBIOS8®","post/_ami8/index.html");
	Menu3[3][1][5] = new Array("Aptio®","#");
Menu3[3][2] = new Array;
	Menu3[3][2][0] = new Array("AMIBIOS Core 7.x Beeps","post/_amibeep/amibios_beep_codes.html");
	Menu3[3][2][1] = new Array("AMIBIOS8® Boot Block","post/_amibeep/amibios8_bootblock_beep_codes.html");
	Menu3[3][2][2] = new Array("AMIBIOS8® POST Beeps","post/_amibeep/amibios8_post_beep_codes.html");
Menu3[3][3] = new Array;
	Menu3[3][3][0] = new Array("Elite V4.51PG","post/_award/index.html");
	Menu3[3][3][1] = new Array("Medallion V6.0PG","post/_award6/index.html");
Menu3[3][4] = new Array;
	Menu3[3][4][0] = new Array("Error Codes","post/_insyde/index.html");
	Menu3[3][4][1] = new Array("Beep Tones","post/_insyde/insydebios_beep_tones.html");
Menu3[3][5] = new Array;
	Menu3[3][5][0] = new Array("Test Points","post/_phoenix/index.html");
	Menu3[3][5][1] = new Array("Beep Codes","post/_phoenix/phoenixbios_beep_codes.html");
//-------
Menu3[4] = new Array;
Menu3[4][0] = new Array;
	Menu3[4][0][0] = new Array("Quick Data Sheets","support/index.html");
	Menu3[4][0][1] = new Array("Serial Drivers","support/index.html#drivers");
	Menu3[4][0][2] = new Array("Manuals","support/index.html#manuals");
	Menu3[4][0][3] = new Array("Downloads","support/index.html#downloads");
	Menu3[4][0][4] = new Array("Utility","support/BaudRateAliasConfig.html");
Menu3[4][1] = new Array;
	Menu3[4][1][0] = new Array("Award WinFlash","support/awardbios_winflash_utility/index.html");
	Menu3[4][1][1] = new Array("Award Flash","support/awdflash/index.html");
	Menu3[4][1][2] = new Array("CbROM Utility","support/cbrom/index.html");
Menu3[4][2] = new Array;
	Menu3[4][2][0] = new Array("Phoenix WinPhlash","support/phoenix_phlash_utility/index.html");
	Menu3[4][2][1] = new Array("64-bit WinPhlash","support/phoenix_phlash_utility/phoenix_winphlash.html");
	Menu3[4][2][2] = new Array("Secure WinFlash","support/phoenix_phlash_utility/secure_winflash.html");
Menu3[4][3] = new Array;
	Menu3[4][3][0] = new Array("Insyde WinFlashIt","support/insydeflash_application/index.html");
//-------
Menu3[5] = false;
Menu3[6] = false;
///////----------------------------------------
WriteMenuItems();
WriteSubMenuItems();
WriteSMenuItems();
function initMenu(){
//первая страница
if (document.control) {
	if (isNS){
			k = document.images.leftimg.x - 8;
			l = document.images.leftimg.y - 31;
	} else {
			k = document.all.leftlin.offsetLeft - 8;
			l = document.all.leftlin.offsetTop + 182;
//			alert(document.all.leftlin.offsetLeft);
//			alert(document.all.leftlin.offsetTop);
	}
	k2 = k + 204 - 15;
	k3 = k + 204 + 160 -16;
	//меню 1 уровня
	eval(string1 + 'nav' + string2 + '.left = ' + k + ';');
	eval(string1 + 'nav' + string2 + '.top = ' + l + ';');
	eval(string1 + 'nav' + string2 + '.visibility = "visible";');
	eval(string1 + 'menu1' + string2 + '.left = ' + k);
	eval(string1 + 'menu1' + string2 + '.top = ' + l + ';');
	for(i=0; i<Menu2.length; i++){
		if(Menu2[i]){
			eval(string1 + 'menu2x' + i + string2 + '.left = ' + k2);
			eval(string1 + 'menu2x' + i + string2 + '.top = ' + l + ';');
			for(j=0; j<Menu3[i].length; j++){
				if(Menu3[i][j]){
				   	eval(string1 + 'menu3x' + i + 'x' + j + string2 + '.left = ' + k3);
				   	eval(string1 + 'menu3x' + i + 'x' + j + string2 + '.top = ' + l + ';');
				}//end if
			}//end for
		}
	}//end for(i=0; i<Menu2.length; i++){
} else {
	if (isNS){
			k = document.images.leftimg.x + 18;
	} else {
			k = document.all.leftlin.offsetLeft + 23;
	}
	k2 = k + 204 - 15;
	k3 = k + 204 + 160 - 16;
	//меню 1 уровня
	eval(string1 + 'nav' + string2 + '.left = ' + k + ';');
	eval(string1 + 'nav' + string2 + '.visibility = "visible";');
	eval(string1 + 'picdep' + string2 + '.visibility = "visible";');
	eval(string1 + 'menu1' + string2 + '.left = ' + k);
	eval(string1 + 'menu1' + string2 + '.top = 0');
	for(i=0; i<Menu2.length; i++){
		if(Menu2[i]){
			eval(string1 + 'menu2x' + i + string2 + '.left = ' + k2);
			eval(string1 + 'menu2x' + i + string2 + '.top = 0');
			for(j=0; j<Menu3[i].length; j++){
				if(Menu3[i][j]){
				   	eval(string1 + 'menu3x' + i + 'x' + j + string2 + '.left = ' + k3);
				   	eval(string1 + 'menu3x' + i + 'x' + j + string2 + '.top = 0');
				}//end if
			}//end for
		}
	}//end for(i=0; i<Menu2.length; i++){
}//end if eval(document.control))
if (eval(string1 + 'bgimg')) eval(string1 + 'bgimg' + string2 + '.left = ' + (k + 620) +';');
}//end function


function WriteMenuItems(){
var str='';
var i;
var rowsp = Menu.length*2+1;
	str+='<div class="mdiv" id="menu1"><table cellpadding="0" cellspacing="0" border="0" width="204" height="159"><tr valign="top"><td background="img/nav_1.gif" height="140">';
	str+='<table cellpadding="0" cellspacing="0" border="0" background=""><tr><td colspan="3"><img src="img/blank.gif" width="1" height="10" border="0"></td></tr>\n';
	for(i=0;i<Menu.length;i++){
		if(Menu2[i]) {imgsrc = "plus"} else {imgsrc = "sq"};
		str+='<tr><td><img src="img/blank.gif" width="16" height="1" border="0"></td><td><a href="'+Menu[i][1]+'" onmouseover="setActiveIT('+i+');" onmouseout="setInactiveIT();"><img name="plus'+i+'" src="img/'+imgsrc+'.gif" width="11" height="11" border="0" hspace="7" vspace="4"></a></td><td><a name="test'+i+'" class="none" href="'+Menu[i][1]+'" onmouseover="setActiveIT('+i+');" onmouseout="setInactiveIT();"><b>'+ Menu[i][0] +'</b></a></td>';
    str+='</tr>\n';
	    }
	str+='</table>';
	str+='</td></tr><tr><td height="19" bgcolor="#ffffff">';
	str+='<table cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#000000"><img src="img/blank.gif" width="1" height="1" border="0"></td><td align="right"><a href="#" onclick="hideMenu();" class="none"><b>Navigation</b></a></td><td align="center"><a href="#" onclick="hideMenu();"><img src="img/close.gif" width="12" height="11" border="0" alt="" vspace="3"></a></td><td><img src="img/blank.gif" width="15" height="1" border="0"></td><td bgcolor="#000000"><img src="img/blank.gif" width="1" height="1" border="0"></td></tr><tr bgcolor="#000000"><td><img src="img/blank.gif" width="1" height="1" border="0"></td><td><img src="img/blank.gif" width="157" height="1" border="0"></td><td><img src="img/blank.gif" width="30" height="1" border="0"></td><td><img src="img/blank.gif" width="15" height="1" border="0"></td><td><img src="img/blank.gif" width="1" height="1" border="0"></td></tr></table>\n';
	str+='</td></tr></table></div>\n';
	document.writeln(str);
//return str;
}
function WriteSubMenuItems(){
var str='';
var i;
var j;
for(i=0; i<Menu2.length; i++){
	if(Menu2[i]){
		str+='<div class="mdiv" id="menu2x' + i + '"><table cellpadding="0" cellspacing="0" border="0" width="175" height="159"><tr valign="top"><td background="img/nav_2.gif" height="140">';
		str+='<table cellpadding="0" cellspacing="0" border="0" background=""><tr><td colspan="3"><img src="img/blank.gif" width="1" height="10" border="0"></td></tr>\n';
		for(j=0; j<Menu2[i].length; j++){
//		alert(Menu3[i][j]);
		if(Menu3[i][j]) {imgsrc = "plus";} else {imgsrc = "sq";};
		str+='<tr><td><img src="img/blank.gif" width="19" height="1" border="0"></td><td><a href="'+Menu2[i][j][1]+'" onmouseover="setActiveIT_2(\''+i+'x'+j+'\');" onmouseout="setInactiveIT_2();"><img name="plus'+i+'x'+j+'" src="img/'+imgsrc+'.gif" width="11" height="11" border="0" hspace="7" vspace="4"></a></td><td><a name="test'+i+'x'+j+'" class="none" href="'+Menu2[i][j][1]+'" onmouseover="setActiveIT_2(\''+i+'x'+j+'\');" onmouseout="setInactiveIT_2();"><b>'+ Menu2[i][j][0] +'</b></a></td>';
	    }//end for
	str+='</table>';
	str+='</td></tr><tr><td height="19" bgcolor="#ffffff">';
	str+='<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/blank.gif" width="14" height="1" border="0"></td><td bgcolor="#000000"><img src="img/blank.gif" width="1" height="1" border="0"></td><td align="right"></td><td align="center"><a href="#" onclick="hideMenu2();"><img src="img/close.gif" width="12" height="11" border="0" alt="" vspace="3"></a></td><td><img src="img/blank.gif" width="16" height="1" border="0"></td><td bgcolor="#000000"><img src="img/blank.gif" width="1" height="1" border="0"></td></tr><tr bgcolor="#000000"><td><img src="img/blank.gif" width="14" height="1" border="0"></td><td><img src="img/blank.gif" width="1" height="1" border="0"></td><td><img src="img/blank.gif" width="113" height="1" border="0"></td><td><img src="img/blank.gif" width="30" height="1" border="0"></td><td><img src="img/blank.gif" width="16" height="1" border="0"></td><td><img src="img/blank.gif" width="1" height="1" border="0"></td></tr></table>\n';
	str+='</td></tr></table></div>\n';
	} //end if		
}
document.writeln(str);
};
function WriteSMenuItems(){
var str='';
var k;
var i;
var j;
var source;
for(k=0;k<Menu3.length;k++){
if(Menu3[k]){
	for(i=0;i<Menu3[k].length;i++){
	if(Menu3[k][i]){
		str='<div class="mdiv" id="menu3x' + k + 'x' + i +'"><table cellpadding="0" cellspacing="0" border="0" width="215" height="159"><tr valign="top"><td background="img/nav_3.gif" height="140">';
		str+='<table cellpadding="0" cellspacing="0" border="0" background=""><tr><td colspan="3"><img src="img/blank.gif" width="1" height="10" border="0"></td></tr>\n';
		for(j=0;j<Menu3[k][i].length;j++){
		str+='<tr><td><img src="img/blank.gif" width="24" height="1" border="0"></td><td><a href="'+Menu3[k][i][j][1]+'" onmouseover="setActiveIT_3(\''+k+'x'+i+'x'+j+'\');" onmouseout="setInactiveIT_3(\''+k+'x'+i+'x'+j+'\');"><img name="plus'+k+'x'+i+'x'+j+'" src="img/sq.gif" width="11" height="11" border="0" hspace="7" vspace="4"></a></td><td><a name="test'+k+'x'+i+'x'+j+'"  class="none" href="'+Menu3[k][i][j][1]+'" onmouseover="setActiveIT_3(\''+k+'x'+i+'x'+j+'\');" onmouseout="setInactiveIT_3(\''+k+'x'+i+'x'+j+'\');"><b>'+ Menu3[k][i][j][0] +'</b></a></td>\n';
		}//end for
	str+='</table>';
	str+='</td></tr><tr><td height="19" bgcolor="#ffffff">';
	str+='<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/blank.gif" width="15" height="1" border="0"></td><td bgcolor="#000000"><img src="img/blank.gif" width="1" height="1" border="0"></td><td align="right"></td><td align="center"><a href="#" onclick="hideMenu3();"><img src="img/close.gif" width="12" height="11" border="0" alt="" vspace="3"></a></td><td><img src="img/blank.gif" width="15" height="1" border="0"></td><td bgcolor="#000000"><img src="img/blank.gif" width="1" height="1" alt="" border="0"></td></tr><tr bgcolor="#000000"><td><img src="img/blank.gif" width="15" height="1" border="0"></td><td bgcolor="#000000"><img src="img/blank.gif" width="1" height="1" border="0"></td><td><img src="img/blank.gif" width="153" height="1" border="0"></td><td><img src="img/blank.gif" width="30" height="1" border="0"></td><td><img src="img/blank.gif" width="15" height="1" border="0"></td><td><img src="img/blank.gif" width="1" height="1" alt="" border="0"></td></tr></table>\n';
	str+='</td></tr></table></div>\n';
	document.writeln(str);
	}//end if
	}//end for(i=0;i<Menu3[k].length;i++){
}//end if
}//end for(k=0;k<Menu3.length;k++){
};
function ChangeImg(div_id, id, src)
{
	var src1 = "";
	if (isNS && !isMZ) {
		if(eval(string1 + 'menu' + div_id) && eval(string1 + 'menu' + div_id + '.document.images.plus' + id)) {
			eval('src1=document.plus' + id + '.src');
//			alert(src1.indexOf("/sq",1)+'==='+src1+'=='+src);
			if((src1.indexOf("/sq",1)>0) && (src.indexOf("plus")!=-1)) { src = 'sq.gif'; }
//			alert(src);
			if((src1.indexOf("/sq",1)>0) && (src.indexOf("minus")!=-1)) {src = 'sq_red.gif'; }
//			alert(src);
			eval(string1 + 'menu' + div_id + '.document.images.plus' + id + '.src = "img/' + src + '";');
			}
	} else {
		if(eval('document.plus' + id)) {
			eval('src1=document.plus' + id + '.src');
//			alert(src1.indexOf("/sq",1)+'==='+src1+'=='+src);
			if((src1.indexOf("/sq",1)>0) && (src.indexOf("plus")!=-1)) { src = 'sq.gif'; }
//			alert(src);
			if((src1.indexOf("/sq",1)>0) && (src.indexOf("minus")!=-1)) {src = 'sq_red.gif'; }
//			alert(src);
			eval('document.plus' + id + '.src = "img/' + src + '";');
			}
	}
}
function ActiveNav(id, clname)
{
	if (!isNS)	eval(string1 + 'test' + id + '.className = "' + clname + '";');
}
function setActiveM()
{
	hideMenu();
	if(eval(string1 + 'menu1' + string2)){
		eval(string1 + 'menu1' + string2 + '.visibility = "visible";');
	}
	eval(string1 + 'nav' + string2 + '.visibility = "hidden";');
};
function setActiveIT(id_1)
{
	hideMenu2();
	ChangeImg("1",id_1,"minus_red.gif");
	ActiveNav(id_1, "red");
	if (eval(string1 + 'menu2x' + id_1)) {
		eval(string1 + 'menu2x' + id_1 + string2 + '.visibility = "visible";');
		}
	activeMenu2ID = id_1;
};
function setInactiveIT()
{ 
	if (!eval(string1 + 'menu2x' + activeMenu2ID)) {
		tmOut = setTimeout('ChangeImg("1",activeMenu2ID, "plus.gif");ActiveNav(activeMenu2ID, "none");',1000);
	}
};
function setActiveIT_2(id)
{
	hideMenu3();
	ChangeImg('2x'+activeMenu2ID, id, "minus_red.gif");
	ActiveNav(id, "red");
	if (eval(string1 + 'menu3x' + id)) {
		eval(string1 + 'menu3x' + id + string2 + '.visibility = "visible";');
		}
	activeMenu3ID = id;
};
function setInactiveIT_2()
{ 
	if (!eval(string1 + 'menu3x' + activeMenu3ID)) {
		tmOut = setTimeout('ChangeImg("2x"+activeMenu2ID,activeMenu3ID, "plus.gif");ActiveNav(activeMenu3ID, "none");',1000);
	}
//	ActiveNav(activeMenu2ID, "red");
};
function setActiveIT_3(id)
{
	clearTimeout(tmOut);
	ChangeImg("3x"+activeMenu3ID,activeMenu4ID, "plus.gif");
	ChangeImg('3x'+activeMenu3ID, id, "minus_red.gif");
	if (activeMenu4ID!=-1) {
		ActiveNav(activeMenu4ID, "none");
	}
	ActiveNav(id, "red");
	activeMenu4ID = id;
};
function setInactiveIT_3()
{
	if (activeMenu4ID!=-1) tmOut = setTimeout('ChangeImg("3x"+activeMenu3ID,activeMenu4ID, "plus.gif");ActiveNav(activeMenu4ID, "none");',1000);
	
};
function hideMenu()
{
	hideMenu2();
	if (eval(string1 + 'menu1')){
		eval(string1 + 'menu1' + string2 + '.visibility = "hidden";');
	};
	eval(string1 + 'nav' + string2 + '.visibility = "visible";');
};
function hideMenu2()
{
	hideMenu3();
	ChangeImg("1",activeMenu2ID, "plus.gif");
	if (activeMenu2ID!=-1) {
		ActiveNav(activeMenu2ID, "none");
	}
	if(eval(string1 + 'menu2x' + activeMenu2ID)){
		eval(string1 + 'menu2x' + activeMenu2ID + string2 + '.visibility = "hidden";');
    };
};//end function hideMenu2()
function hideMenu3()
{
	clearTimeout(tmOut);
	ChangeImg("2x"+activeMenu2ID,activeMenu3ID, "plus.gif");
	ChangeImg("3x"+activeMenu3ID,activeMenu4ID, "plus.gif");
	if (activeMenu3ID!=-1) {
		ActiveNav(activeMenu3ID, "none");
	}
	if (activeMenu4ID!=-1) {
		ActiveNav(activeMenu4ID, "none");
	}
    if(eval(string1 + 'menu3x'+ activeMenu3ID)){
		eval(string1 + 'menu3x' + activeMenu3ID + string2 + '.visibility = "hidden";');
	};
};//end function hideMenu3()
ScriptLoad = true;
function OpenWin(openurl,winname,winwidth,winheight) {
	window.open(openurl,winname,"menubar=0,width="+winwidth+",height="+winheight+",left=100,top=10,scrollbars=0");
}
