if(url=="/company/evaluation/"){YY=3;}
if(url=="/company/item/"){YY=2;}
if(url=="/company/"){YY=1;}
var bb= url.substring(url.indexOf("/")+0,url.length);
bb=bb.substring(0,bb.indexOf("/")+10)
if(bb=="/company/i"){YY=2;}
if(bb=="/company/e"){YY=3;}
for(i=1; i <4; i++)        
  {
	if (i==YY)
    {document.getElementById("tab_"+i).style.backgroundColor="#F35A22";document.getElementById("tab_"+i).style.backgroundImage = "";}
    else  
    {document.getElementById("tab_"+i).style.backgroundColor="#959595";document.getElementById("tab_"+i).style.backgroundImage = "url(/images/s_2_2.jpg)";}
  }
  