<!--

function mailpage() {
	mail_str = "mailto:?subject=Check out this page on the STG website";
	mail_str += "&body=I thought you might be interested in the following web page:%0DSTG - " + escape(document.title) + "%0D%0D";
	mail_str += "You can view it at:%0D" + location.href; 
	location.href = mail_str;
}

-->