	function openwindow(foto) {
                var left = Math.floor( (screen.width - 400) / 2);
                var top = Math.floor( (screen.height - 400) / 2);
                var winParms = "top=" + top + ",left=" + left + ",height=" + 400 + ",width=" + 600 + ', scrollbars, resizable=yes';
				newwin = window.open(foto, 'Immagine', winParms);
                if (parseInt(navigator.appVersion) >= 4) { newwin.window.focus(); }
	}
	
	function cambioCitta() {
		var citta = document.getElementById('citta').value;
		
		document.location.href = '/incontri/annunci_sexy/' + citta;
	}
