
function mailpage()
{
mail_str = "mailto:?subject=Check out AT Conference's Conference Call Services";
mail_str += "&body=I thought you might want to look at AT Conference's services";
mail_str += ". Go to this url for more info: " + location.href;
location.href = mail_str;
}
