
 function mail(t, d, l)
 {
	document.location.href= 'mailto:'+l+'@'+d+'.'+t;
 }


 function changeImages(id, url)
 {
	document.getElementById(id).src= url;
 }