 // JavaScript Documentfunction mailpage() {    mail_str = "mailto:?subject=Conference Training I thought you would be interested in ";    mail_str += "&body=I thought you might be interested in the Winter 2009 Biometrics Conference this March 2-5, 2009 in Miami, Florida. ";    mail_str += "You can view the conference details at: http://www.aliconferences.com/conf/biometrics_summit_winter09/index.htm";     location.href = mail_str;    }
