function SendMail(praefix) {
	var toplevel = String.fromCharCode(46,100,101);
	var domain =  String.fromCharCode(101,109,111,116,105,118,111);
	var at =  String.fromCharCode(64);
	location.href = "mail" + "to:" + praefix + at + domain + toplevel;
}
