function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",40)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=40
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=20
else if (window.highlighting)
clearInterval(highlighting)
}
window.onerror=function (){return true;}
function getchildrendisplay(m,y) { 
var ochildNodes = menudisplaycontent.childNodes;
var text=''
for (i=0;i< ochildNodes.length;i++)
{
//text=text + menudisplaycontent.childNodes(i).id +"<br>";
  if (menudisplaycontent.childNodes(i).id==m)
  {
    menudisplaycontent.childNodes(i).style.display=''
	document.getElementById(menudisplaycontent.childNodes(i).id+'1').style.backgroundColor='#89213f';
	
 
  }
  
  else
  {
  menudisplaycontent.childNodes(i).style.display='none';
  document.getElementById(menudisplaycontent.childNodes(i).id+'1').style.backgroundColor='';
  }
}
//alert(text);
}

function higlit (y,x) {

document.getElementById(x).style.backgroundColor=document.getElementById('Dinnerhid').style.display=='none'?'':'#a4875d';
document.getElementById(y).style.backgroundColor=document.getElementById('Dinnerhid').style.display=='none'?'#a4875d':'';

}
