<!--
function form1_ch()
{
  var f= document.form1;

  if(!f.name.value){
	alert('Input the name.');
	f.name.focus();
	return ;
  }
  if(!f.address.value){
	alert('Input the address');
	f.address.focus();
	return ;
  }
   if(!f.email.value){
	alert('Input the E-mail');
	f.email.focus();
	return ;
  }
  if(!f.phone.value){
	alert('Input the phone number.!');
	f.phone.focus();
	return ;
  }
  if(!f.geyak_day.value){
	alert('Input the contract date !');
	f.geyak_day.focus();
	return ;
  }
  if(!f.geyak_money.value){
	alert('Input the contract deposit !');
	f.geyak_money.focus();
	return ;
  }
  if(!f.heyak_money.value){
	alert('Input the amount of money which it wants canceling!');
	f.heyak_money.focus();
	return ;
  }
  if(!f.heyak_day.value){
	alert('Input the cancellation hope day!');
	f.heyak_day.focus();
	return ;
  }
  f.submit();
}



function form2_ch()
{
  var f= document.form2;

  if(!f.name.value){
	alert('Input the name.');
	f.name.focus();
	return ;
  }
  if(!f.name_n.value){
	alert('Input the name.');
	f.name_n.focus();
	return ;
  }
  if(!f.h_name.value){
	alert('Input the name.');
	f.h_name.focus();
	return ;
  }
  if(!f.h_name_n.value){
	alert('Input the name.');
	f.h_name_n.focus();
	return ;
  }
  if(!f.post.value){
	alert('Input the postal code !');
	f.post.focus();
	return ;
  }
  if(!f.address.value){
	alert('Input the address');
	f.address.focus();
	return ;
  }
  if(!f.phone.value){
	alert('Input the phone number.!');
	f.phone.focus();
	return ;
  }
   if(!f.email.value){
	alert('Input the E-mail');
	f.email.focus();
	return ;
  }
   if(!f.tuja_money.value){
	alert('Input the investment amount of money !');
	f.tuja_money.focus();
	return ;
  }
   if(!f.song_ye.value){
	alert('Input the remittance prearranged date');
	f.song_ye.focus();
	return ;
  }
/*
  if(!f.geyak_day.value){
	alert('Input the contract date !');
	f.geyak_day.focus();
	return ;
  }
  if(!f.geyak_money.value){
	alert('Input the contract deposit !');
	f.geyak_money.focus();
	return ;
  }
  if(!f.heyak_money.value){
	alert('Input the amount of money which it wants canceling!');
	f.heyak_money.focus();
	return ;
  }
  if(!f.heyak_day.value){
	alert('Input the cancellation hope day!');
	f.heyak_day.focus();
	return ;
  }
*/
  f.submit();
}



function form3_ch()
{
  var f= document.form3;

  if(!f.name.value){
	alert('Input the name.');
	f.name.focus();
	return ;
  }
   if(!f.email.value){
	alert('Input the E-mail');
	f.email.focus();
	return ;
  }
  if(!f.phone.value){
	alert('Input the phone number.!');
	f.phone.focus();
	return ;
  }
  if(!f.post.value){
	alert('Input the postal code !');
	f.post.focus();
	return ;
  }
  if(!f.address.value){
	alert('Input the address');
	f.address.focus();
	return ;
  }
  if(!f.content.value){
	alert('Input the contents');
	f.content.focus();
	return ;
  }
  if(!f.ga_time.value){
	alert('The currency is the hour when it is possible when?');
	f.ga_time.focus();
	return ;
  }
  f.submit();
}



function form4_ch()
{
  var f= document.form4;

  if(!f.name.value){
	alert('Input the name.');
	f.name.focus();
	return ;
  }
   if(!f.email.value){
	alert('Input the E-mail');
	f.email.focus();
	return ;
  }
  if(!f.phone.value){
	alert('Input the phone number.!');
	f.phone.focus();
	return ;
  }
  if(!f.address.value){
	alert('Input the address');
	f.address.focus();
	return ;
  }
  f.submit();
}
//-->