

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 jumpCat4(catId)
	{
                var catid
         
                if (catId=="401") 
                { 
			window.top.location.href="service-zz.asp";
		}	
	            if (catId=="402") 
	        {
			window.top.location.href="service-data.asp";
		}
              if (catId=="403") 
	        {
			window.top.location.href="service-tech.asp";
		}  

		    if (catId=="405") 
	        {
			window.top.location.href="service-vip.asp";
		}
		    if (catId=="406") 
	        {
			window.top.location.href="service-faq.asp";
		}
		   if (catId=="407") 
	        {
			window.top.location.href="service-fee.asp";
		}
	       if (catId=="408") 
	        {
			window.top.location.href="feedback.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=poper4 class=eSmainTax onmouseover='mOver(this)' onclick='jumpCat4(401)'><img src=../images/dh_r1_c6.gif border=0 width=65 height=26></span></td></tr><tr><td><div  onmouseover='mPopupOver(this)' id=popup4 class=eStaxPopup style='display:none; z-index=999'>" +
	"		<div onmouseover='sOver()' onmouseout='sOut()' class=eSsubTax onclick='jumpCat4(407)'><img src=../images/zz-7.gif border=0  width=76 height=26></div>" +
	"		<div onmouseover='sOver()' onmouseout='sOut()' class=eSsubTax onclick='jumpCat4(401)'><img src=../images/zz-1.gif border=0  width=76 height=26></div>" +
	"		<div onmouseover='sOver()' onmouseout='sOut()' class=eSsubTax onclick='jumpCat4(403)'><img src=../images/zz-3.gif border=0  width=76 height=26></div>" +

	"		<div onmouseover='sOver()' onmouseout='sOut()' class=eSsubTax onclick='jumpCat4(405)'><img src=../images/zz-5.gif border=0  width=76 height=26></div>" +
	"		<div onmouseover='sOver()' onmouseout='sOut()' class=eSsubTax onclick='jumpCat4(406)'><img src=../images/zz-6.gif border=0  width=76 height=26></div>" +
	"		<div onmouseover='sOver()' onmouseout='sOut()' class=eSsubTax onclick='jumpCat4(408)'><img src=../images/zz-8.gif border=0  width=76 height=26></div>" +

	"		</td></tr>" +
	"</table>" ;
document.write (HTMLStr)