function s_mail()
{
    var datum = 'mailto:i';
	datum = datum + 'nfo@neuhaus.it';
	parent.location = datum;
}


