d=document;
function menu(i, obj)
{
  if(i)
    obj.style.borderBottomColor="#ffcc33";
  else
    obj.style.borderBottomColor="#616351";	
}
