function verify(theform) { //ｻ瞞ｱｵﾇﾂｽﾏﾞﾖﾆ
	if (theform.user_uid.value == "")
	{
		alert("登録IDをご記入ください");
		return false; 
	}
	if (theform.user_pwd.value == "")
	{
		alert("パスワードをご記入ください");
		return false; 
	}
	if (theform.re_user_pwd.value == "")
	{
		alert("パスワード再確認をご記入ください");
		return false; 
	}
	if (theform.email.value == "")
	{
		alert("E-Mailをご記入ください");
		return false; 
	}
}



function Check_web_back_number(theform) { //ｼｲ簗菠WEB CALLｺﾅﾂ
	if (theform.wz_SrcNum.value == "")
	{
		alert("Please input Your Phone Number");
		return false; 
	}
}


function Input_ItKey(theform) { //ITﾖｰﾎｻｹﾘｼﾗﾖﾋﾑﾋｲ鰉ｯ
	if (theform.sort_key.value == "")
	{
		alert("ﾇﾊ菠ｹﾘｼﾗﾖ");
		return false; 
	}
}



function Input_ItMsg(theform) { //ITﾖｰﾎｻﾏﾂﾀｭﾌｼﾋﾑﾋｲ鰉ｯ
	if (theform.select_area.value == "" && theform.select_pay.value == "" && theform.select_date.value == "")
	{
		alert("ｶﾔｲｻﾆ｣ｬﾖﾁﾉﾙﾑ｡ﾔﾒｻﾏﾌｼ｣｡");
		return false; 
	}
}


function MM_openBrWindow(theURL,winName,features) { //ﾍｼﾇﾃﾜﾂｵｯｳｴｰｿﾚ
  window.open(theURL,winName,features);
}

function openRegWin(){ //ﾗ｢ｲ盞ｯｳﾒｳﾃ
	window.showModalDialog('/cn/RegisterWindow.htm','','dialogHeight:470px; dialogWidth: 640px; edge: Raised; center:Yes;resizable: No; status: No;help:no');
}