function send ()
{
var m1 = "malschule-welsch";
var m2 = "gmx.de";
var adresse = m1 + "@" + m2;
location.href = "mailto:" + adresse;

}
