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