function send ()
{
var m1 = "fotokarten";
var m2 = "ellenkropp.de";
var adresse = m1 + "@" + m2;
location.href = "mailto:" + adresse;

}
