include('includes/header.inc.php');
?>
if($mode == "send"){
$data = "Dealer Info request from Northern Diver Website\n\nFrom: $name\n$address\n$postcode\n$country\n\nTelephone: $phone\nEmail: $email\n\n$message\n";
mail($conf_email_contact, "Dealer Request from ndiver.com.au", $data, "From: $name <$email>");
print "
Thankyou for contacting us. We will get in touch with you as soon as possible.
\n"; }else{ ?>If you are a dealer or have a trade enquiry please use this form and we will respond to you as quickly as possible. We are always keen to hear from those wishing to become Northern Diver Australia retailers.
}; ?> include('includes/footer.inc.php'); ?>