var fields = [
	new Field("txtName", "req", "Name"),
	new Field("txtAddress", "req", "Address"),
	new Field("txtCity", "req", "City"),
	new Field("txtState", "req", "Province/State"),
	new Field("txtZip", "req", "Postal/Zip Code"),
	new Field("txtCountry", "req", "Country"),
	new Field("txtEmail", "req,email", "Email"),
	new Field("txtPhone", "req", "Telephone"),
	new Field("txtResume", "req", "Resume/CV")								
]
