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