function mailtoinsensu(x)
{
		who = x + "@" + "insensu.de";
		parent.location.href='mailto:'+who+''
}

