// JavaScript Document


function sendmail(person) 
{
   mWindow=window.open("mailto:" + person + "@btconnect.com");
}

