//--- email nicht direkt in quellcode wegen spam bots			
function setMail(id)
{
	mail = "support";
	mail += "@";
	mail += "botros";
	mail += "tours";
	mail += ".at ";
	document.getElementById(id).innerHTML = mail;
	document.getElementById(id).href = "mailto:" + mail;			
}
