function ChkNickName(Account)
{
	openWindow('/cmn/checkaccount.jsp?Account='+Account,'_blank',"top=150,left=360,width=600,height=160");
}
function logonpop(para)
{
	  openWindow(para,'_blank',"menubar=no,toolbar=yes,location=no,directories=no,status=no,width=760,height=530,left=0,top=0");
}
function logonpopservice(para)
{
	  logonpop("/pro/service/logonpop.jsp"+para);
}
function openForgetpwd()
{
	openWindow('/reg/reg/forget_pwd.jsp','','menubar=no,toolbar=yes,location=no,directories=no,status=no,width=760,height=530,left=0,top=0,scrollbars=yes');
}
function login(theform,reg)
{
	  theform.action="/reg/reg/register.jsp"+reg;
	  theform.submit();
}
