function onmenu(fireobj,menuid)
{
	var oobj=fireobj;
	var themenu=eval(menuid);
	var thetop=-2,theleft=0;
	themenu.style.visibility='visible';
	do{
	if(fireobj.tagName!='TR'){theleft+=fireobj.offsetLeft;thetop+=fireobj.offsetTop;}
	}while(fireobj=fireobj.parentElement);
	themenu.style.top=(thetop+oobj.offsetHeight-0)+'px';
	themenu.style.left=theleft+0+'px';
}

function out()
{
if(window.event.toElement!=null)
if(window.event.toElement.id!="menu"        &&       window.event.toElement.id!="link")
  menu.style.visibility="hidden";
}

function out1()
{
if(window.event.toElement!=null)
if(window.event.toElement.id!="menu1"        &&       window.event.toElement.id!="link")
  menu1.style.visibility="hidden";
}

function out2()
{
if(window.event.toElement!=null)
if(window.event.toElement.id!="menu2"        &&       window.event.toElement.id!="link")
  menu2.style.visibility="hidden";
}

function hA(){
	menu1.style.visibility='hidden';
}

function marquee1() 
{ 
document.write("<marquee behavior=scroll direction=up width=176 height=220 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'>") 
} 
function marquee2() 
{ 
document.write("</marquee>") 
} 