var objpath
objpath=window.location.pathname;
switch(objpath){

case "/":
document.all("he").item(0).className="w63 cur";
document.all("ha").item(0).style.fontSize="14px";
document.all("ha").item(0).style.fontWeight="bold";
document.all("ha").item(0).style.color="#ffffff";

case "/index.asp":
document.all("he").item(0).className="w63 cur";
document.all("ha").item(0).style.fontSize="14px";
document.all("ha").item(0).style.fontWeight="bold";
document.all("ha").item(0).style.color="#ffffff";
break;

case "/profile.asp":
document.all("he").item(1).className="w63 cur";
document.all("ha").item(1).style.fontSize="14px";
document.all("ha").item(1).style.fontWeight="bold";
document.all("ha").item(1).style.color="#ffffff";
break;
case "/qyry.asp":
document.all("he").item(1).className="w63 cur";
document.all("ha").item(1).style.fontSize="14px";
document.all("ha").item(1).style.fontWeight="bold";
document.all("ha").item(1).style.color="#ffffff";
break;
case "/qycf.asp":
document.all("he").item(1).className="w63 cur";
document.all("ha").item(1).style.fontSize="14px";
document.all("ha").item(1).style.fontWeight="bold";
document.all("ha").item(1).style.color="#ffffff";
break;
case "/qycf_show.asp":
document.all("he").item(1).className="w63 cur";
document.all("ha").item(1).style.fontSize="14px";
document.all("ha").item(1).style.fontWeight="bold";
document.all("ha").item(1).style.color="#ffffff";
break;

case "/products.asp":
document.all("he").item(2).className="w63 cur";
document.all("ha").item(2).style.fontSize="14px";
document.all("ha").item(2).style.fontWeight="bold";
document.all("ha").item(2).style.color="#ffffff";
break;
case "/pro_show.asp":
document.all("he").item(2).className="w63 cur";
document.all("ha").item(2).style.fontSize="14px";
document.all("ha").item(2).style.fontWeight="bold";
document.all("ha").item(2).style.color="#ffffff";
break;
case "/ywsf.asp":
document.all("he").item(2).className="w63 cur";
document.all("ha").item(2).style.fontSize="14px";
document.all("ha").item(2).style.fontWeight="bold";
document.all("ha").item(2).style.color="#FF6600";
break;

case "/ywxm_show.asp":
document.all("he").item(2).className="w63 cur";
document.all("ha").item(2).style.fontSize="14px";
document.all("ha").item(2).style.fontWeight="bold";
document.all("ha").item(2).style.color="#FF6600";
break;
case "/products1.asp":
document.all("he").item(3).className="w63 cur";
document.all("ha").item(3).style.fontSize="14px";
document.all("ha").item(3).style.fontWeight="bold";
document.all("ha").item(3).style.color="#ffffff";
break;
case "/pro_show1.asp":
document.all("he").item(3).className="w63 cur";
document.all("ha").item(3).style.fontSize="14px";
document.all("ha").item(3).style.fontWeight="bold";
document.all("ha").item(3).style.color="#ffffff";
break;
case "/yljd_show.asp":
document.all("he").item(3).className="w63 cur";
document.all("ha").item(3).style.fontSize="14px";
document.all("ha").item(3).style.fontWeight="bold";
document.all("ha").item(3).style.color="#FF6600";
break;
case "/dllc.asp":
document.all("he").item(3).className="w63 cur";
document.all("ha").item(3).style.fontSize="14px";
document.all("ha").item(3).style.fontWeight="bold";
document.all("ha").item(3).style.color="#FF6600";
break;
case "/zjfa.asp":
document.all("he").item(3).className="w63 cur";
document.all("ha").item(3).style.fontSize="14px";
document.all("ha").item(3).style.fontWeight="bold";
document.all("ha").item(3).style.color="#FF6600";
break;
case "/zskh.asp":
document.all("he").item(3).className="w63 cur";
document.all("ha").item(3).style.fontSize="14px";
document.all("ha").item(3).style.fontWeight="bold";
document.all("ha").item(3).style.color="#FF6600";
break;
case "/Service.asp":
document.all("he").item(4).className="w63 cur";
document.all("ha").item(4).style.fontSize="14px";
document.all("ha").item(4).style.fontWeight="bold";
document.all("ha").item(4).style.color="#ffffff";
break;
case "/jszc.asp":
document.all("he").item(4).className="w63 cur";
document.all("ha").item(4).style.fontSize="14px";
document.all("ha").item(4).style.fontWeight="bold";
document.all("ha").item(4).style.color="#ffffff";
break;
case "/contact.asp":
document.all("he").item(5).className="w63 cur";
document.all("ha").item(5).style.fontSize="13px";
document.all("ha").item(5).style.fontWeight="bold";
document.all("ha").item(5).style.color="#ffffff";
break;
case "/message.asp":
document.all("he").item(5).className="w63 cur";
document.all("ha").item(5).style.fontSize="13px";
document.all("ha").item(5).style.fontWeight="bold";
document.all("ha").item(5).style.color="#ffffff";
break;

}

