function s_mail()
{
    var datum = 'mai';
	datum = datum + 'lto:info@acusti';
	datum = datum + 'ca.org';
	parent.location = datum;
}

