
function EmHOG (role)
{
	this.role = role || "Info";
	var eAddr = "";
	var eMsg = "?subject=HOG  Enquiry - " + this.role
	eAddr="henleyoffshore.org";
	eAddr=this.role + String.fromCharCode(48+16) + eAddr;
	window.open("mailto:" + eAddr + eMsg,"SendEmail");
}

function EmInfo (role)
{
	this.role = role || "Info";
	var eAddr = "";
	var eMsg = "?subject=HOG " + this.role + " Enquiry";
	eAddr="henleyoffshore.org";
	eAddr=this.role + String.fromCharCode(48+16) + eAddr;
	window.open("mailto:" + eAddr + eMsg,"SendEmail");
}


