﻿ 
   var sepecialID="sepcial_doctor";
   
   function sepcialchange(id)
   {
      document.getElementById(sepecialID).className="sepcial_out_right_list";
      sepecialID=id;
      switch(id.toString())
      {
        case "sepcial_doctor":document.getElementById("special_traffics").style.display="none"; document.getElementById("sepcial_doctors").style.display="block";break;
        case "special_traffic":document.getElementById("sepcial_doctors").style.display="none"; document.getElementById("special_traffics").style.display="block";break;
        default:break;
      }
      document.getElementById(id).className="sepcial_out_right_list_current";
      
   }
    function govnchange(id)
   {
     document.getElementById(id).style.border="none";
   
      
   }
   var sepecialID2="sepcial_home";
    function sepcialchange2(id)
   {
      document.getElementById(sepecialID2).className="sepcial_out_right_list";
      sepecialID2=id;
      switch(id.toString())
      {
        case "sepcial_home":document.getElementById("sepcial_works").style.display="none"; document.getElementById("sepcial_homes").style.display="block";break;
        case "sepcial_work":document.getElementById("sepcial_homes").style.display="none"; document.getElementById("sepcial_works").style.display="block";break;
        default:break;
      }
      document.getElementById(id).className="sepcial_out_right_list_current";
      
   }
 
    var sepecialID3="sepcial_edu";
    function sepcialchange3(id)
   {
      document.getElementById(sepecialID3).className="sepcial_out_right_list";
      sepecialID3=id;
      switch(id.toString())
      {
        case "sepcial_edu":document.getElementById("sepcial_actions").style.display="none";document.getElementById("sepcial_datas").style.display="none"; document.getElementById("sepcial_edus").style.display="block";break;
        case "sepcial_action":document.getElementById("sepcial_edus").style.display="none";document.getElementById("sepcial_datas").style.display="none"; document.getElementById("sepcial_actions").style.display="block";break;
         case "sepcial_data":document.getElementById("sepcial_edus").style.display="none";document.getElementById("sepcial_actions").style.display="none"; document.getElementById("sepcial_datas").style.display="block";break;
        default:break;
      }
      document.getElementById(id).className="sepcial_out_right_list_current";
      
   }
 