// 

function mailpage()
{
mail_str = "mailto:?subject=A Message from the ATI Garryson Website "
mail_str += "&body=I thought you might be interested in viewing this page on the ATI Garryson website "
mail_str += ". You can view it at, " + location.href; + "   "
location.href = mail_str;
}

//

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
