function Cambia(tipo) {
document.cookie = "searchtype="+tipo+";path=/";
//location.href='?marca=<%=marca%>&modello=<%=modello%>';
location.reload();
}
