<!--
	function MenuEnter(barId)
	{
		barId.className = "Menu";		
	}

	function MenuLeave(barId)
	{
		barId.className = "LinkOut";
	}

function jumpout() 
{if (self.parent.frames.length != 0)
self.parent.location=self.location;
}
jumpout();
//-->