// JavaScript Document
function saChang(sid,nstyName,ostyName,anum){
 for(i=1;i<=anum;i++) {
  document.getElementById("s_cent"+i).className=ostyName;
  document.getElementById("b_cent"+i).style.display="none";
  document.getElementById("i_cent"+i).style.display="none";
 }
  document.getElementById("s_cent"+sid).className=nstyName;
  document.getElementById("b_cent"+sid).style.display="";
  document.getElementById("i_cent"+sid).style.display="";
}

function inChang(sid,nstyName,ostyName,anum,idsname,idbname){
 for(i=1;i<=anum;i++) {
  document.getElementById(idsname+i).className=ostyName;
  document.getElementById(idbname+i).style.display="none";
 }
  document.getElementById(idsname+sid).className=nstyName;
  document.getElementById(idbname+sid).style.display="";
}




function setIndex(){
 //this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.quanneng100.com');
 var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.fsoo.com');
}
function setColle(){
 window.external.AddFavorite('http://www.fsoo.com', '未来法律之星官方网站');
}




