﻿// JScript 文件   add by gff  for huntershow.aspx page

function gettip(str){
if (str=="1")
{
document.getElementById("popuphy").className="popuphy";
}
if (str=="2")
{
document.getElementById("popuphy").className="popuphy_none";
}
if (str=="3")
{
document.getElementById("popupdd").className="popupdd";
}
if (str=="4")
{
document.getElementById("popupdd").className="popupdd_none";
}
}


<!--//--><![CDATA[//><!--
startList = function() {
if (document.all&&document.getElementById) {
cssdropdownRoot = document.getElementById("cssdropdown");
for (i=0; i<cssdropdownRoot.childNodes.length; i++) {
node = cssdropdownRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}

if (window.attachEvent)
window.attachEvent("onload", startList)
else
window.onload=startList;

//--><!]]>

