function adrVersteck(teil1) {
	var teil2 = "ios.at";
	document.write('<a href=\"mailto:' + teil1 + '@' + teil2 + '\" onClick=\"if(this.blur)this.blur()\">');
	document.write(teil1 + '@' + teil2 + '</a>');
}
function adrVersteckWebmis(teil1, text) {
	var teil2 = "ios.at";
	document.write('<a href=\"mailto:' + teil1 + '@' + teil2 + '\" onClick=\"if(this.blur)this.blur()\">');
	document.write(text + '</a>');
}
function adrVersteckOffice() {
	var teil1 = "office";
	var teil2 = "ios.at";
	document.write('<a style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; text-decoration: none; text-align: right;\" href=\"mailto:' + teil1 + '@' + teil2 + '\" onClick=\"if(this.blur)this.blur()\">');
	document.write(teil1 + '@' + teil2 + '</a>');
}
function adrVersteckNik() {
	var teil1 = "graf";
	var teil2 = "ihs.ac.at";
	document.write('<a href=\"mailto:' + teil1 + '@' + teil2 + '\" onClick=\"if(this.blur)this.blur()\">');
	document.write(teil1 + '@' + teil2 + '</a>');
}
function adrVersteckBur() {
	var teil1 = "b.messer";
	var teil2 = "chello.at";
	document.write('<a style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; text-decoration: none; text-align: right;\" href=\"mailto:' + teil1 + '@' + teil2 + '\" onClick=\"if(this.blur)this.blur()\">');
	document.write(teil1 + '@' + teil2 + '</a>');
}
function Versendn(teil_1) {
	var teil_2 = "ios.at";
	//document.write('<a style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; text-decoration: none; text-align: right;\" href=\"mailto:' + teil_1 + '@' + teil_2 + '\" onClick=\"if(this.blur)this.blur()\">');
	//document.write(teil_1 + '@' + teil_2 + '</a>');

//	document.write('mailto:' + teil_1 + '@' + teil_2);
	document.write('mailto:p.frotzbacher@ios.at');
}