/* ====================================================================== DESC: 
PLATFORMS: USAGE NOTES: ====================================================================== 
*/ /* ====================================================================== FUNCTION: 
INPUT: RETURNS: DESC: ====================================================================== 
*/ function Email()
{ window.location = "mailto:jill.hummerstone@english-heritage.org.uk?subject="+f1.title.value+"."+"&body=" + "Name - "+f1.yourname.value+" : E-Mail - "+f1.email.value+" . Message Sent From (ACOnline) Archaeology Commissions Online - "+f1.message.value;
} 
document.write
('<INPUT class="select" TYPE="button" VALUE="Submit" onClick="Email()">')