<!--
function validate()
{
if ((document.enquiry._01_name.value=="")||
(document.enquiry._02_phone.value==""))
 {
 alert ("You must fill in all of the required fields!")
 return false
 }
}
//-->