function goto(nome)
{
	if(nome == 'email')
		location.href= 'mailto:info@gedigroup.eu';
	else
	if(nome == 'listini')
		location.href = 'http://213.203.141.200/metain';
	else	
		location.href = nome;
}

