// ### URL empfehlen ###
function urlmail(){
	width = 400;
	height = 500;
	xpos = screen.width/2 - width/2;
	ypos = screen.height/2 - height/2;
	window.open('/mail/urlmail.asp?url=' + location.href,'Weiterempfehlen','width=' + width + ',height=' + height + ', left=' + xpos + ',top=' + ypos);
}
//Kontakt
function kontakt()
{
window.open('/kontakt/kontakt.asp', 'kontakt', 'width=800,height=550,scrollbars=yes,resizable=yes,status=yes')
}
