function showSubmenu(id){
	for(var i=1;i<=5;i++){
		if (i!=id && eval("menu"+i).style.display=="block") eval("menu"+i).style.display='none';
	}
	eval("menu"+id).style.display='block';
}
function MarqueeStar(name,direction,height,speed)
{
	if (!height) height=20;
	if (!speed) speed=2;
	document.write("<marquee id="+name+" behavior=scroll direction="+direction+" width=100% height="+height+" scrollamount="+speed+" scrolldelay=30  onMouseout="+name+".start() onMouseover="+name+".stop()>")
}
function MarqueeEnd()
{
	document.write("</marquee>")
}

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",100)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=100
}

function highlightit(cur2){
if (cur2.filters.alpha.opacity>0)
cur2.filters.alpha.opacity-=25
else if (window.highlighting)
clearInterval(highlighting)
}
