//
function mail(name)
{
	var m = name + '@' + 'swm-software' + '.de';
	document.write('<a href="mail' + 'to:' + m + '">' + m + '</a>');
}