
function validate_form()
{

    if ( document.contact_form.address.value == "" )
    {
        alert ( "Please fill in the 'Address'." );
		document.contact_form.address.focus();
       	return false;
    }
	
	 if ( document.contact_form.property.value == "" )
    {
        alert ( "Please fill in the 'Property'." );
		document.contact_form.property.focus();
       	return false;
    }
	
	 if ( document.contact_form.homestyle.value == "" )
    {
        alert ( "Please fill in the 'Home Style'." );
		document.contact_form.homestyle.focus();
       	return false;
    }
	
	 if ( document.contact_form.built.value == "" )
    {
        alert ( "Please fill in the 'Year Built'." );
		document.contact_form.built.focus();
       	return false;
    }
	
	 if ( document.contact_form.squarefeed.value == "" )
    {
        alert ( "Please fill in the 'living Areas'." );
		document.contact_form.squarefeed.focus();
       	return false;
    }
 
    if ( document.contact_form.bedrooms.value == "" )
    {
        alert ( "Please fill in the 'Bedrooms'." );
		document.contact_form.bedrooms.focus();
       	return false;
    }
	 if ( document.contact_form.bathroom.value == "" )
    {
        alert ( "Please fill in the 'Bathroom'." );
		document.contact_form.bathroom.focus();
       	return false;
    }
	 if ( document.contact_form.homecondo.value == "" )
    {
        alert ( "Please fill in the 'Home Or Condo'." );
		document.contact_form.homecondo.focus();
       	return false;
    }
	 if ( document.contact_form.basement.value == "" )
    {
        alert ( "Please fill in the 'Basement'." );
		document.contact_form.basement.focus();
       	return false;
    }
	 if ( document.contact_form.garage.value == "" )
    {
        alert ( "Please fill in the 'Garage'." );
		document.contact_form.garage.focus();
       	return false;
    }
   
 
    if ( document.contact_form.siding.value == "" )
    {
        alert ( "Please fill in the 'siding'." );
		document.contact_form.siding.focus();
       	return false;
    }
	 if ( document.contact_form.appliances.value == "" )
    {
        alert ( "Please fill in the 'appliances'." );
		document.contact_form.appliances.focus();
       	return false;
    }
	 if ( document.contact_form.floring.value == "" )
    {
        alert ( "Please fill in the 'floring'." );
		document.contact_form.floring.focus();
       	return false;
    }
	 if ( document.contact_form.window.value == "" )
    {
        alert ( "Please fill in the 'Type Window'." );
		document.contact_form.window.focus();
       	return false;
    }
	if ( document.contact_form.subdivision.value == "" )
    {
        alert ( "Please fill in the 'Subdivision'." );
		document.contact_form.subdivision.focus();
       	return false;
    }
	
	 if ( document.contact_form.homelocated.value == "" )
    {
        alert ( "Please fill in the 'homelocated'." );
		document.contact_form.homelocated.focus();
       	return false;
    }
	 if ( document.contact_form.fireplace.value == "" )
    {
        alert ( "Please fill in the 'fireplace'." );
		document.contact_form.fireplace.focus();
       	return false;
    }
	 if ( document.contact_form.laundry.value == "" )
    {
        alert ( "Please fill in the 'laundry'." );
		document.contact_form.laundry.focus();
       	return false;
    }
	 if ( document.contact_form.deck.value == "" )
    {
        alert ( "Please fill in the 'deck'." );
		document.contact_form.deck.focus();
       	return false;
    }
	if ( document.contact_form.patio.value == "" )
    {
        alert ( "Please fill in the 'patio'." );
		document.contact_form.patio.focus();
       	return false;
    }
 
    if ( document.contact_form.yard.value == "" )
    {
        alert ( "Please fill in the 'yard'." );
		document.contact_form.yard.focus();
       	return false;
    }
	 if ( document.contact_form.pool.value == "" )
    {
        alert ( "Please fill in the 'pool'." );
		document.contact_form.pool.focus();
       	return false;
    }
	 if ( document.contact_form.hottub.value == "" )
    {
        alert ( "Please fill in the 'hottub'." );
		document.contact_form.hottub.focus();
       	return false;
    }
	 if ( document.contact_form.sprinkler.value == "" )
    {
        alert ( "Please fill in the 'sprinkler'." );
		document.contact_form.sprinkler.focus();
       	return false;
    }
	if ( document.contact_form.attric.value == "" )
    {
        alert ( "Please fill in the 'attric'." );
		document.contact_form.attric.focus();
       	return false;
    }
   
  
      if ( document.contact_form.security.value == "" )
    {
        alert ( "Please fill in the 'security'." );
		document.contact_form.security.focus();
       	return false;
    }
	 if ( document.contact_form.ageroof.value == "" )
    {
        alert ( "Please fill in the 'ageroof'." );
		document.contact_form.ageroof.focus();
       	return false;
    }
	 if ( document.contact_form.kitchen.value == "" )
    {
        alert ( "Please fill in the 'kitchen'." );
		document.contact_form.kitchen.focus();
       	return false;
    }
	 if ( document.contact_form.bathsupdated.value == "" )
    {
        alert ( "Please fill in the 'bathsupdated'." );
		document.contact_form.bathsupdated.focus();
       	return false;
    }
	if ( document.contact_form.mortgage.value == "" )
    {
        alert ( "Please fill in the 'mortgage'." );
		document.contact_form.mortgage.focus();
       	return false;
    }
   
  
      if ( document.contact_form.homeworth.value == "" )
    {
        alert ( "Please fill in the 'Home Worth'." );
		document.contact_form.homeworth.focus();
       	return false;
    }
	 if ( document.contact_form.updates.value == "" )
    {
        alert ( "Please fill in the 'updates'." );
		document.contact_form.updates.focus();
       	return false;
    }
	 if ( document.contact_form.bestfeatures.value == "" )
    {
        alert ( "Please fill in the 'bestfeatures'." );
		document.contact_form.bestfeatures.focus();
       	return false;
    }
	 if ( document.contact_form.additional_info.value == "" )
    {
        alert ( "Please fill in the 'additional_info'." );
		document.contact_form.additional_info.focus();
       	return false;
    }
	
   
    if ( document.contact_form.contact_name.value == "" )
    {
        alert ( "Please fill in the 'Your Name'." );
		document.contact_form.contact_name.focus();
       	return false;
    }
	if ( document.contact_form.email.value == "" )
    {
        alert ( "Please fill in the 'Your Email'." );
		document.contact_form.email.focus();
       	return false;
    }
	if ( document.contact_form.phone.value == "" )
    {
        alert ( "Please fill in the 'Your Phone'." );
		document.contact_form.phone.focus();
       	return false;
    }
	if ( document.contact_form.contact.value == "" )
    {
        alert ( "Please fill in the 'contact'." );
		document.contact_form.contact.focus();
       	return false;
    }
	if ( document.contact_form.selling.value == "" )
    {
        alert ( "Please fill in the 'selling'." );
		document.contact_form.selling.focus();
       	return false;
    }
	if ( document.contact_form.homeonmarket.value == "" )
    {
        alert ( "Please fill in the 'homeonmarket'." );
		document.contact_form.homeonmarket.focus();
       	return false;
    }

	if ( document.contact_form.soldhomebefore.value == "" )
    {
        alert ( "Please fill in the 'soldhomebefore'." );
		document.contact_form.soldhomebefore.focus();
       	return false;
    }
	if ( document.contact_form.homeselldate.value == "" )
    {
        alert ( "Please fill in the 'homeselldate'." );
		document.contact_form.homeselldate.focus();
       	return false;
    }if ( document.contact_form.representation.value == "" )
    {
        alert ( "Please fill in the 'representation'." );
		document.contact_form.representation.focus();
       	return false;
    }
	if ( document.contact_form.realtors.value == "" )
    {
        alert ( "Please fill in the 'realtors'." );
		document.contact_form.realtors.focus();
       	return false;
    }
	if ( document.contact_form.comments.value == "" )
    {
        alert ( "Please fill in the 'comments'." );
		document.contact_form.comments.focus();
       	return false;
    }
	
	
	if ( document.contact_form.findwebsite.value == "" )
    {
        alert ( "Please fill 'How did you find website'." );
		document.contact_form.findwebsite.focus();
       	return false;
    }

  
	return true;

}





function validate_form2()
{

    if ( document.contact_form.contact_name.value == "" )
    {
        alert ( "Please fill in the 'Your Name'." );
		document.contact_form.contact_name.focus();
       	return false;
    }
	if ( document.contact_form.email.value == "" )
    {
        alert ( "Please fill in the 'Your Email'." );
		document.contact_form.email.focus();
       	return false;
    }
	if ( document.contact_form.phone.value == "" )
    {
        alert ( "Please fill in the 'Your Phone'." );
		document.contact_form.phone.focus();
       	return false;
    }
	if ( document.contact_form.searcharea.value == "" )
    {
        alert ( "Please fill in the 'searcharea'." );
		document.contact_form.searcharea.focus();
       	return false;
    }
	if ( document.contact_form.propertytype.value == "" )
    {
        alert ( "Please fill in the 'Proper Tytype'." );
		document.contact_form.propertytype.focus();
       	return false;
    }
	if ( document.contact_form.desiredprice.value == "" )
    {
        alert ( "Please fill in the 'Desired Price'." );
		document.contact_form.desiredprice.focus();
       	return false;
    }

	if ( document.contact_form.bedrooms.value == "" )
    {
        alert ( "Please fill in the 'Bedrooms'." );
		document.contact_form.bedrooms.focus();
       	return false;
    }
	if ( document.contact_form.bathroom.value == "" )
    {
        alert ( "Please fill in the 'Bathroom'." );
		document.contact_form.bathroom.focus();
       	return false;
    }if ( document.contact_form.garage.value == "" )
    {
        alert ( "Please fill in the 'Garage'." );
		document.contact_form.garage.focus();
       	return false;
    }
	if ( document.contact_form.basement.value == "" )
    {
        alert ( "Please fill in the 'Basement'." );
		document.contact_form.basement.focus();
       	return false;
    }
	if ( document.contact_form.besttime.value == "" )
    {
        alert ( "Please fill in the 'Best Time'." );
		document.contact_form.besttime.focus();
       	return false;
    }
	
	if ( document.contact_form.leasedate.value == "" )
    {
        alert ( "Please fill 'Lease Date'." );
		document.contact_form.leasedate.focus();
       	return false;
    }
	
	if ( document.contact_form.ownlease.value == "" )
    {
        alert ( "Please fill in the 'ownlease'." );
		document.contact_form.ownlease.focus();
       	return false;
    }
	
	if ( document.contact_form.leaseend.value == "" )
    {
        alert ( "Please fill in the 'lease end date'." );
		document.contact_form.leaseend.focus();
       	return false;
    }
	
	if ( document.contact_form.realtors.value == "" )
    {
        alert ( "Please fill in the 'realtors'." );
		document.contact_form.realtors.focus();
       	return false;
    }
	
		
	if ( document.contact_form.pets.value == "" )
    {
        alert ( "Please fill in the 'pets'." );
		document.contact_form.pets.focus();
       	return false;
    }
	
	if ( document.contact_form.people.value == "" )
    {
        alert ( "Please fill in the 'people'." );
		document.contact_form.people.focus();
       	return false;
    }
	
	if ( document.contact_form.findwebsite.value == "" )
    {
        alert ( "Please fill 'How did you find website'." );
		document.contact_form.findwebsite.focus();
       	return false;
    }

  
	return true;

}




function validate_form3 ( )
{

    if ( document.contact_form.contact_name.value == "" )
    {
        alert ( "Please fill in the 'Your Name'." );
		document.contact_form.contact_name.focus();
       	return false;
    }
	if ( document.contact_form.email.value == "" )
    {
        alert ( "Please fill in the 'Your Email'." );
		document.contact_form.email.focus();
       	return false;
    }
	if ( document.contact_form.phone.value == "" )
    {
        alert ( "Please fill in the 'Your Phone'." );
		document.contact_form.phone.focus();
       	return false;
    }
	if ( document.contact_form.phone.value == "" )
    {
        alert ( "Please fill in the 'Your Phone'." );
		document.contact_form.phone.focus();
       	return false;
    }
	if ( document.contact_form.address.value == "" )
    {
        alert ( "Please fill in the 'Your Address'." );
		document.contact_form.address.focus();
       	return false;
    }
	if ( document.contact_form.city.value == "" )
    {
        alert ( "Please fill in the 'Your City'." );
		document.contact_form.city.focus();
       	return false;
    }
	if ( document.contact_form.homecondo.value == "" )
    {
        alert ( "Please fill in the 'Your Home or Condo'." );
		document.contact_form.homecondo.focus();
       	return false;
    }
	if ( document.contact_form.bedrooms.value == "" )
    {
        alert ( "Please fill in the 'Bedrooms'." );
		document.contact_form.bedrooms.focus();
       	return false;
    }
	if ( document.contact_form.bathroom.value == "" )
    {
        alert ( "Please fill in the 'Bathroom'." );
		document.contact_form.bathroom.focus();
       	return false;
    }if ( document.contact_form.garage.value == "" )
    {
        alert ( "Please fill in the 'Garage'." );
		document.contact_form.garage.focus();
       	return false;
    }
	if ( document.contact_form.basement.value == "" )
    {
        alert ( "Please fill in the 'Basement'." );
		document.contact_form.basement.focus();
       	return false;
    }
	if ( document.contact_form.pets.value == "" )
    {
        alert ( "Please fill in the 'Pets'." );
		document.contact_form.pets.focus();
       	return false;
    }
	
	if ( document.contact_form.leavehome.value == "" )
    {
        alert ( "Please fill 'leavehome'." );
		document.contact_form.leavehome.focus();
       	return false;
    }
	
	if ( document.contact_form.rentalagengy.value == "" )
    {
        alert ( "Please fill in the 'Rental Agengy'." );
		document.contact_form.rentalagengy.focus();
       	return false;
    }
	
	if ( document.contact_form.desiredrent.value == "" )
    {
        alert ( "Please fill in the 'Desired Rent'." );
		document.contact_form.desiredrent.focus();
       	return false;
    }
	
	if ( document.contact_form.homeoccupied.value == "" )
    {
        alert ( "Please fill in the 'Homeoccupied'." );
		document.contact_form.homeoccupied.focus();
       	return false;
    }
	
	if ( document.contact_form.newtenant.value == "" )
    {
        alert ( "Please fill in the 'newtenant'." );
		document.contact_form.newtenant.focus();
       	return false;
    }
	
	if ( document.contact_form.rentedbefore.value == "" )
    {
        alert ( "Please fill in the 'Rented Before'." );
		document.contact_form.rentedbefore.focus();
       	return false;
    }
	
	if ( document.contact_form.contact.value == "" )
    {
        alert ( "Please fill in the 'Contact Time'." );
		document.contact_form.contact.focus();
       	return false;
    }
	
	if ( document.contact_form.findwebsite.value == "" )
    {
        alert ( "Please fill 'How did you find website'." );
		document.contact_form.findwebsite.focus();
       	return false;
    }

  
	return true;

}
