function sposti(a,b,c){
	var tmp = "ma"+"il"+"to:"+a+"@"+b+"."+c;
	document.location.href = tmp;
}
