//会員登録
function error(){
	  var str = document.lovemix.acount.value;

	  var id = new RegExp(/^[a-zA-Z0-9\._-]{1,80}$/);

	  if(str==""){ 
		   alert("メールアドレスが入力されていません"); 
		   document.lovemix.name.focus();
		   document.lovemix.name.style.backgroundColor="#fc0000";
		   return false;
	  }else{
		   comp();
	  }
}
function comp(){
 	window.open('http://oyxsz.biz/thankyou.html','a','width=455,height=300;');
}

function error1(){
	  var str = document.lovemix1.acount.value;

	  var id = new RegExp(/^[a-zA-Z0-9\._-]{1,80}$/);

	  if(str==""){ 
		   alert("メールアドレスが入力されていません"); 
		   document.lovemix.name.focus();
		   document.lovemix.name.style.backgroundColor="#fc0000";
		   return false;
	  }else{
		   comp();
	  }
}

function error2(){
	  var str = document.lovemix2.acount.value;

	  var id = new RegExp(/^[a-zA-Z0-9\._-]{1,80}$/);

	  if(str==""){ 
		   alert("メールアドレスが入力されていません"); 
		   document.lovemix.name.focus();
		   document.lovemix.name.style.backgroundColor="#fc0000";
		   return false;
	  }else{
		   comp();
	  }
}

function error3(){
	  var str = document.lovemix3.acount.value;

	  var id = new RegExp(/^[a-zA-Z0-9\._-]{1,80}$/);

	  if(str==""){ 
		   alert("メールアドレスが入力されていません"); 
		   document.lovemix.name.focus();
		   document.lovemix.name.style.backgroundColor="#fc0000";
		   return false;
	  }else{
		   comp();
	  }
}
