function checkForm(exhibit_form_add)		{

	if (exhibit_form_add.organization.value == "")	{
		alert("Please enter an Organization ");
		exhibit_form_add.organization.focus();
		return false;	
	} else if (exhibit_form_add.contactperson.value == "") {
		alert("Please enter a Contact Person");
		exhibit_form_add.contactperson.focus();
		return false;	
	} else if (exhibit_form_add.contacttitle .value == "") {
		alert("Please enter a Contact Title.");
		exhibit_form_add.contacttitle.focus();				                        
		return false;
	} else if (exhibit_form_add.contactaddress.value== "") {
		alert("Please enter a Contact Address");
		exhibit_form_add.contactaddress.focus();
		return false;		 		                        
	} else if (exhibit_form_add.contactcity.value == "") {
		alert("Please enter a Contact City ");
		exhibit_form_add.contactcity.focus();
		return false;
	} else if (exhibit_form_add.contactstate.value == "") {
		alert("Please enter a Contact State");
		exhibit_form_add.contactstate.focus();
        	return false;				                        
	} else if (exhibit_form_add.contactzip.value == "") {
		alert("Please enter a Contact Zip");
		exhibit_form_add.contactzip.focus();
		return false;		 		                       
	} else if (exhibit_form_add.contacttelephone.value == "") {
		alert("Please enter a Contact Telephone");
		exhibit_form_add.contacttelephone.focus();
		return false;					                        
	} else if (exhibit_form_add.contactfax.value == "")	{
		alert("Please enter a Contact FAX");
		exhibit_form_add.contactfax.focus();
		return false;
	} else if (exhibit_form_add.contactemail.value == "") {
		alert("Please enter a ContactEmail");
		exhibit_form_add.contactemail.focus();
		return false;	
	} else if (exhibit_form_add.exhibitordescription.value == "") {
		alert("Please enter a Exhibitor Description");
		exhibit_form_add.exhibitordescription.focus();
		return false;	                       
	} else if (exhibit_form_add.displayed.value== "") {
		alert("Please enter in a Products/Services to be Displayed");
		exhibit_form_add.displayed.focus();
		return false;			 			                
	} else if (exhibit_form_add.doorprize.value == "") {
		alert("Please enter a Door Prize");
		exhibit_form_add.doorprize.focus();
		return false;
	}
	return true;
}		 	                        
				                        
		 		                        
	                        
		                        
					                        
		
			
			
				

			
	

