<!-- Begin
function CheckFields(form) {

if (Contact.FirstName.value=="")
	{
			alert ("Please enter your FIRST NAME.");
			Contact.FirstName.focus();
			return false;
	}

	
	}
	
//  End -->


