function padshowtag(modtag,modcontent,modk) {
    for(i=1; i <4; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="pad_on";document.getElementById(modcontent+i).className="pad_dataon";}
      else {
        document.getElementById(modtag+i).className="pad_off";document.getElementById(modcontent+i).className="pad_dataoff";}
    }
  }
  function fproductshowtag(modtag,modcontent,modk) {
    for(i=1; i <3; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="fproduct_on";document.getElementById(modcontent+i).className="fproduct_dataon";}
      else {
        document.getElementById(modtag+i).className="fproduct_off";document.getElementById(modcontent+i).className="fproduct_dataoff";}
    }
  }
function lcinshowtag(modtag,modcontent,modk) {
    for(i=1; i <6; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="lcin_menuon";document.getElementById(modcontent+i).className="lcin_dataon";}
      else {
        document.getElementById(modtag+i).className="lcin_menuoff";document.getElementById(modcontent+i).className="lcin_dataoff";}
    }
  }
function pmshowtag(modtag,modcontent,modk) {
    for(i=1; i <7; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="p_menu1_on";document.getElementById(modcontent+i).className="menu2_on";}
      else {
        document.getElementById(modtag+i).className="p_menu1_off";document.getElementById(modcontent+i).className="menu2_off";}
    }
  }
  function pdshowtag(modcontent,modk) {
    for(i=1; i <100; i++) {
      if (i==modk) {
        document.getElementById(modcontent+i).className="pd_list_on";}
      else {
        document.getElementById(modcontent+i).className="pd_list_off";}
    }
  }
  function nbshowtag(modtag,modcontent,modk) {
    for(i=1; i <4; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="nb_menuon";document.getElementById(modcontent+i).className="nb_liston";}
      else {
        document.getElementById(modtag+i).className="nb_menuoff";document.getElementById(modcontent+i).className="nb_listoff";}
    }
  }
  function coshowtag(modtag,modcontent,modk) {
    for(i=1; i <9; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="co_menuon";document.getElementById(modcontent+i).className="co_liston";}
      else {
        document.getElementById(modtag+i).className="co_menuoff";document.getElementById(modcontent+i).className="co_listoff";}
    }
  }
   function caseshowtag(modtag,modcontent,modk) {
    for(i=1; i <7; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="case_menuon";document.getElementById(modcontent+i).className="case_liston";}
      else {
        document.getElementById(modtag+i).className="case_menuoff";document.getElementById(modcontent+i).className="case_listoff";}
    }
  }
    function cnewsshowtag(modtag,modcontent,modk) {
    for(i=1; i <3; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="cnews_menuon";document.getElementById(modcontent+i).className="cnews_dataon";}
      else {
        document.getElementById(modtag+i).className="cnews_menuoff";document.getElementById(modcontent+i).className="cnews_dataoff";}
    }
  }
      function cnews2showtag(modtag,modcontent,modk) {
    for(i=1; i <3; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="cnews2_menuon";document.getElementById(modcontent+i).className="cnews2_dataon";}
      else {
        document.getElementById(modtag+i).className="cnews2_menuoff";document.getElementById(modcontent+i).className="cnews2_dataoff";}
    }
  }
        function cnews3showtag(modtag,modcontent,modk) {
    for(i=1; i <3; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="cnews3_menuon";document.getElementById(modcontent+i).className="cnews3_dataon";}
      else {
        document.getElementById(modtag+i).className="cnews3_menuoff";document.getElementById(modcontent+i).className="cnews3_dataoff";}
    }
  }
        function cnews4showtag(modtag,modcontent,modk) {
    for(i=1; i <3; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="cnews4_menuon";document.getElementById(modcontent+i).className="cnews4_dataon";}
      else {
        document.getElementById(modtag+i).className="cnews4_menuoff";document.getElementById(modcontent+i).className="cnews4_dataoff";}
    }
  }
          function cnews5showtag(modtag,modcontent,modk) {
    for(i=1; i <3; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="cnews5_menuon";document.getElementById(modcontent+i).className="cnews5_dataon";}
      else {
        document.getElementById(modtag+i).className="cnews5_menuoff";document.getElementById(modcontent+i).className="cnews5_dataoff";}
    }
  }
          function cnews6showtag(modtag,modcontent,modk) {
    for(i=1; i <3; i++) {
      if (i==modk) {
        document.getElementById(modtag+i).className="cnews6_menuon";document.getElementById(modcontent+i).className="cnews6_dataon";}
      else {
        document.getElementById(modtag+i).className="cnews6_menuoff";document.getElementById(modcontent+i).className="cnews6_dataoff";}
    }
  }
