function Mail(id)
{
	if(id==1)
		location.href = "mailto:ferdi.guntern@bluewin.ch";
	else if(id==2)
		location.href = "mailto:agnes.muheim@buehlhof.ch";
	else if(id==3)
		location.href = "mailto:arch.strebel@bluewin.ch";
	else if(id==4)
		location.href = "mailto:bernd.lenfers@bluewin.ch";
	else if(id==5)
		location.href = "mailto:gerry.muff@bluewin.ch";
}
