// JavaScript Document
  function switchmodTag(modtag,modcontent,modk) {
    for(i=1; i <11; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="menuOn";document.getElementById(modcontent+i).className="slidingList";}
      else {
        document.getElementById(modtag+i).className="menuNo";document.getElementById(modcontent+i).className="slidingList_none";}
    }
  }

function SetHomePage(){
if (document.all) {
        document.body.style.behavior='url(#default#homepage)';
        document.body.setHomePage('http://www.cnetcn.com');
}
}
function addFavorite() {
window.external.addFavorite('http://www.cnetcn.com','创网中国 - 域名空间邮局');
}