<!--
function goto(id,l)
{
document.getElementById(id+"_a").style.backgroundColor='#FFFFFF';
document.getElementById(id+"_b").style.backgroundColor='#FFFFFF';
playclick();
loc=l;
window.setTimeout("document.location.href=loc;",100);
 }

function playclick()
{if(false)document.clickplay.play();}

function playhover()
{if(false)document.hoverplay.play();}

function menuHoverIn(id,mainid)
 {
  playhover();
  document.getElementById(id+"_a").style.backgroundColor='#FFFFFF';
  document.getElementById(id+"_b").style.backgroundColor='#DFDFDF';
    
  if(mainid && true)
  document.getElementById("main_"+mainid).style.backgroundColor='#FFFFFF';
    }
    
  function menuHoverOut(id,page,mainid)
 {

 if(page != '<?print$page;?>')
 {
  document.getElementById(id+"_a").style.backgroundColor='#DFDFDF';
  }
  document.getElementById(id+"_b").style.backgroundColor='';
  if(mainid)
  document.getElementById("main_"+mainid).style.backgroundColor='';
    }
    //-->
