function modificaTipo(x){
	
	if(x=="telefonia") document.getElementById("prodotto").value="Es. N95";
	else
	if(x=="videogames") document.getElementById("prodotto").value="Es. Fifa 11";
	else
	if(x=="seleziona"||x=="0") document.getElementById("prodotto").value="Es. N95 - Fifa 11";
	xmlHttp3.open('GET', 'setTipo.php?sess='+x, true);
	xmlHttp3.onreadystatechange = stateChanged;
	xmlHttp3.send(null);
	
}

function controllaFoc(){

if (document.ricerca.tiporicerca.selectedIndex==0) {alert("Attenzione, selezionare tipo ricerca");document.getElementById('prodotto').value="Es. N95 - Fifa 11";
}
}


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

var pageTracker = _gat._getTracker("UA-3078451-3");
pageTracker._trackPageview();
