<!-- copyright ICCM 2007 -->





































function validate(theform) {
if (theform.email.value == "" && theform.phone.value == "") { alert("You must enter either your email address or phone No."); return false; }
return true;
}
