function mailtox(Name)
{
alert (Name);
//location.href = "mailto:" + Name + "@ford-team.de";
}
