function select_marca(){
	id=document.form_search.marca[document.form_search.marca.selectedIndex].value;
	location.href="index.php?p=ricerca&id=" + id;
}