function ChangeURI(URI)
{
 if (top.LEFT)
	top.LEFT.location.replace(URI);
}
ChangeURI("menu.html");
		
