﻿// JScript 文件

function onmouslink(n)
{
	if(n=="0")
	{
		document.all.link_ht01.background="images/pagelink_bg.gif";
		document.getElementById("link_ht01").style.color="#ffffff";
        document.getElementById("link_ht02").style.color="#000000";
        document.getElementById("link_ht03").style.color="#000000";
        document.getElementById("link_ht04").style.color="#000000";
        document.getElementById("link_ht05").style.color="#000000";
		document.all.link_ht02.background="images/index1_42.gif";
		document.all.link_ht03.background="images/index1_42.gif";
		document.all.link_ht04.background="images/index1_42.gif";
		document.all.link_ht05.background="images/index1_42.gif";
		document.getElementById("link_011").style.display="";
		document.getElementById("link_012").style.display="none";
		document.getElementById("link_013").style.display="none";
		document.getElementById("link_014").style.display="none";
		document.getElementById("link_015").style.display="none";
	}
	else if(n=="1")
	{
		document.all.link_ht01.background="images/index1_42.gif";
		document.getElementById("link_ht01").style.color="#000000";
        document.getElementById("link_ht02").style.color="#ffffff";
        document.getElementById("link_ht03").style.color="#000000";
        document.getElementById("link_ht04").style.color="#000000";
        document.getElementById("link_ht05").style.color="#000000";
		document.all.link_ht02.background="images/pagelink_bg.gif";
		document.all.link_ht03.background="images/index1_42.gif";
		document.all.link_ht04.background="images/index1_42.gif";
		document.all.link_ht05.background="images/index1_42.gif";
		document.getElementById("link_011").style.display="none";
		document.getElementById("link_012").style.display="";
		document.getElementById("link_013").style.display="none";
		document.getElementById("link_014").style.display="none";
		document.getElementById("link_015").style.display="none";
	}
	else if(n=="2")
	{
		document.all.link_ht01.background="images/index1_42.gif";
		document.getElementById("link_ht01").style.color="#000000";
        document.getElementById("link_ht02").style.color="#000000";
        document.getElementById("link_ht03").style.color="#ffffff";
        document.getElementById("link_ht04").style.color="#000000";
        document.getElementById("link_ht05").style.color="#000000";
		document.all.link_ht02.background="images/index1_42.gif";
		document.all.link_ht03.background="images/pagelink_bg.gif";
		document.all.link_ht04.background="images/index1_42.gif";
		document.all.link_ht05.background="images/index1_42.gif";
		document.getElementById("link_011").style.display="none";
		document.getElementById("link_012").style.display="none";
		document.getElementById("link_013").style.display="";
		document.getElementById("link_014").style.display="none";
		document.getElementById("link_015").style.display="none";
	}	
	else if(n=="3")
	{
		document.all.link_ht01.background="images/index1_42.gif";
		document.getElementById("link_ht01").style.color="#000000";
        document.getElementById("link_ht02").style.color="#000000";
        document.getElementById("link_ht03").style.color="#000000";
        document.getElementById("link_ht04").style.color="#ffffff";
        document.getElementById("link_ht05").style.color="#000000";
		document.all.link_ht02.background="images/index1_42.gif";
		document.all.link_ht03.background="images/index1_42.gif";
		document.all.link_ht04.background="images/pagelink_bg.gif";
		document.all.link_ht05.background="images/index1_42.gif";
		document.getElementById("link_011").style.display="none";
		document.getElementById("link_012").style.display="none";
		document.getElementById("link_013").style.display="none";
		document.getElementById("link_014").style.display="";
		document.getElementById("link_015").style.display="none";
	}
	else if(n=="4")
	{
		document.all.link_ht01.background="images/index1_42.gif";
		document.getElementById("link_ht01").style.color="#000000";
        document.getElementById("link_ht02").style.color="#000000";
        document.getElementById("link_ht03").style.color="#000000";
        document.getElementById("link_ht04").style.color="#000000";
        document.getElementById("link_ht05").style.color="#ffffff";
		document.all.link_ht02.background="images/index1_42.gif";
		document.all.link_ht03.background="images/index1_42.gif";
		document.all.link_ht04.background="images/index1_42.gif";
		document.all.link_ht05.background="images/pagelink_bg.gif";
		document.getElementById("link_011").style.display="none";
		document.getElementById("link_012").style.display="none";
		document.getElementById("link_013").style.display="none";
		document.getElementById("link_014").style.display="none";
		document.getElementById("link_015").style.display="";
	}

}
