function sendmail (namePart) {
    str2 = "gmail.com";
    location = "mailto:" + namePart + "@" + str2;
}