HM_DOM = (document.getElementById) ? true : false;
HM_NS4 = (document.layers) ? true : false;
HM_IE = (document.all) ? true : false;
HM_IE4 = HM_IE && !HM_DOM;
HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
HM_IE4M = HM_IE4 && HM_Mac;
HM_IsMenu = (HM_DOM || HM_NS4 || (HM_IE4 && !HM_IE4M));
HM_NS6 = (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko"));

HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";


var themenu = HM_DOM ? document.getElementById('id2') : HM_IE4 ? document.all('id2') : HM_NS4 ? document['id2'] : "";
if(HM_NS6){
wd=window.innerWidth;
}else{
wd=screen.width;
}

var xtra=0;
if(wd==800)
	{
	xtra=30;

	if(HM_NS6)
		{	
		xtra=xtra+19;  }
	}
if(wd==1024)
{
if(HM_NS6)
	xtra=xtra+19;
}


function bghd()
{
	if(HM_BrowserString=='DOM')
		{
			document.getElementById('id2').style.visibility='hidden';			
		}
	if(HM_BrowserString=='NS4')
		{
			document['id2'].visibility='hide';
		}
}

function bgrpl()
{

if(HM_BrowserString=='DOM')
	{
/*document.getElementById('id2').style.visibility='visible';
document.getElementById('id2').style.pixelTop=eval(600+xtra);
document.getElementById('id2').style.pixelLeft=40;*/
document.getElementById('id2').style.visibility='visible';
document.getElementById('id2').style.top=600+xtra;
document.getElementById('id2').style.left=40;
	}

if(HM_BrowserString=='NS4')
	{
//document[divnew].position='absolute';
document['id2'].visibility='visible';
document['id2'].top=610;
document['id2'].left=40;
	}
}
