/* ====================================================================== DESC: 
PLATFORMS: USAGE NOTES: ====================================================================== 
*/ /* ====================================================================== FUNCTION: 
INPUT: RETURNS: DESC: ====================================================================== 
*/ function Email(){ window.location = "mailto:"+f1.email.value+"?subject= Hi "+f1.name.value+", check out this great website!" + "&body="+f1.message.value+". The website is http://www.danburypark.com.au, it's really cool . Your Friend, "+f1.yourname.value;
} 
document.write
('<INPUT class="select" TYPE="button" VALUE="Tell a Friend!" onclick="Email()"><br><a href="http://www.danburypark.com.au/" style="color:#000000;font-family:Arial;font-size:11px;font-weight:bold;background-image:url()">  www.danburypark.com.au </a>')
