
function mailpage()
{
mail_str = "mailto:?subject=Web Conferencing Login";
mail_str += "&body=Go to this url to log in to the scheduled web conference: " + location.href;
location.href = mail_str;
}
