<!--
function mailpage()
{
mail_str = "mailto:?subject=Safety First Industrial Safety Services Website"
mail_str += "&body=I thought you might be interested in the information available on the Safety First Industrial Safety Services web site - the web site address is www.safetyfirst.ca."
location.href = mail_str;
}
//-->