var Menus = new Array(	
	new MenuObj("项目洽谈室登陆","location.href='index.php'",""),
	new MenuObj("项目洽谈室注册","popupwin('regist.php')",""),
	new MenuObj("忘记密码怎么办","location.href='fixpass.php'",""),
	new MenuObj("返回项目洽谈室","location.href='.'","")
);
showmenu(Menus);
