function menu()
{
if (parent.sx.location.pathname.search('menu.htm')==-1)
	parent.sx.location.replace('menu.htm');
}
