var currentPopOut = "none";
var currentMenu = "none";
var HTMLStr

	function mOver(sender)
	{ 
		if (currentPopOut != "none")
		{
			document.all(currentPopOut).style.display = "none";
			currentPopOut = "none";
		}
		if (currentMenu != "none")
		{
			document.all(currentMenu).className="eSmainTax";
			currentMenu = "none";
		}		
		
		sender.className="eSmainTaxHover";
		var poperid = sender.id;
		currentMenu = poperid
		poperid = poperid.replace(/poper/, "popup")
		currentPopOut = poperid;
		document.all(poperid).style.display = "";
		window.event.cancelBubble = true;
	}
	
	function mPopupOver(sender)
	{
		window.event.cancelBubble = true;
	}
	
	function sOver()
	{
		event.srcElement.className = "eSsubTaxHover";
	}

	function sOut()
	{
		event.srcElement.className = "eSsubTax";
	}

	function sOverL()
	{
		event.srcElement.className = "eSsubTaxHoverLast";
	}

	function sOutL()
	{
		event.srcElement.className = "eSsubTaxLast";
	}	

	
	function jumpCat1(catId)
	{
                var catid
         
                if (catId=="101") { 
		window.top.location.href="about.asp";
	}	
	            if (catId=="102") {
		window.top.location.href="about-gl.asp";
	}
	            if (catId=="103") {
		window.top.location.href="about-rz.asp";
	}
	      
     
    }
	function jumpMP(mpId)
	{
		window.top.location.href="/marketplace.aspx?mpid=" + mpId;
	}
	
	function jumpSC(SCId)
	{
		window.top.location.href="/softcontent/softcontent.aspx?scmId=" + SCId;
	}	

HTMLStr =
	"<script language=javascript for=document event=onmouseover>" +
	"if (currentPopOut != 'none')" +
	"{" +
	"	document.all(currentPopOut).style.display = 'none';" +
	"	currentPopOut = 'none';" +
	"}" +
	"if (currentMenu != 'none')" +
	"{" +
	"	document.all(currentMenu).className='eSmainTax';" +
	"	currentMenu = 'none';" +
	"}" +
	"</script>" +
	"<table cellpadding=0 cellspacing=0 width=40 height=21 border=0>" +
	"<tr><td nowrap><span id=poper1 class=eSmainTax onmouseover='mOver(this)' onclick='jumpCat1(101)'><!img src=../images/dh_r1_c3.gif  width=75 height=26 border=0><img src=../images/dh_r1_c3.gif border=0 width=75 height=26></span></td></tr><tr><td><div  onmouseover='mPopupOver(this)' id=popup1 class=eStaxPopup style='display:none; z-index=999'>" +
	"		<div onmouseover='sOver()' onmouseout='sOut()' class=eSsubTax onclick='jumpCat1(101)'><img src=../images/dh-jj-1.gif border=0  width=82 height=26></div>" +
	"		<div onmouseover='sOver()' onmouseout='sOut()' class=eSsubTax onclick='jumpCat1(102)'><img src=../images/dh-jj-2.gif border=0  width=82 height=26></div>" +
	"		<div onmouseover='sOver()' onmouseout='sOut()' class=eSsubTax onclick='jumpCat1(103)'><img src=../images/dh-jj-3.gif border=0  width=82 height=26></div>" +
	"		</td></tr>" +
	"</table>" ;
document.write (HTMLStr)