/* 
The following is the Form Validation Script + Anti-SpamBot Script 
This script makes the Name, Email, and Phone fields required.
Also there is a special hidden field that if a spambot attempts to
fill out and submit it will be rejected by the script below. 
*/ 

<!-- Require the following fields; contact, email, phone, state,  -->

<!--
function validate_form(form)
{


if (document.forms["fRequestInfo"].elements["comments1"].value)
			{
			return false;
			}	
		document.forms["fRequestInfo"].action = "/cgi-sys/Sr45hdRly.pl";
}
//End Of Function


// -->


