// JavaScript Document


 function switchmodTag_a(modtag_a,modcontent_a,aodk) 
 {
    for(i=1; i <8; i++) {
      if (i==aodk) {
        document.getElementById(modtag_a+i).className="a1";document.getElementById(modcontent_a+i).className="ent_ul2";}
      else {
        document.getElementById(modtag_a+i).className="a2";document.getElementById(modcontent_a+i).className="hide";}
    }
  }
  
  function switchmodTag_c(modtag_c,modcontent_c,codk) 
 {
    for(i=1; i <8; i++) {
      if (i==codk) {
        document.getElementById(modtag_c+i).className="cpzs_active";document.getElementById(modcontent_c+i).className="tjcp";}
      else {
        document.getElementById(modtag_c+i).className="cpzs_active2";document.getElementById(modcontent_c+i).className="hide";}
    }
  }
  
  
  
   function switchmodTag_d(modtag_d,modcontent_d,dodk) 
 {
    for(i=1; i <8; i++) {
      if (i==dodk) {
        document.getElementById(modtag_d+i).className="vip2_active";document.getElementById(modcontent_d+i).className="ent_ul3";}
      else {
        document.getElementById(modtag_d+i).className="vip2_active2";document.getElementById(modcontent_d+i).className="hide";}
    }
  }
  
    
  
  
  
  
