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