function smail(id){
	maArray = new Array('info')
	em = 'mailto:'+maArray[id-1]+'@polarityschumacher.ch'
	self.location.href = em;
}
