function validateAll() {
    var myAjax = new Ajax.Updater(
				{success: 'contactform_holder', failure: 'message'},
				'/offertesubmit.php',
				{
					method: 'post',
					encoding: 'iso-8859-1',
					parameters: $('contactform').serialize()
				});
}
