function menuchange(menuurl,mainurl)
	{
	  parent.menu.location.href=menuurl;
	  parent.main.location.href=mainurl;
	}
