function IdentificaUtente(IDAnnuncio, IDAnnuncioRicerca){
	document['Selezione'].action = "scheda_annunci_moto_usate.asp";
	document['Selezione'].elements['IDAnnuncio'].value = IDAnnuncio;
	document['Selezione'].elements['IDAnnuncioRicerca'].value = IDAnnuncioRicerca;
	document['Selezione'].submit();
}

function CambiaPagina(Pagina){
	document['Selezione'].action = "elenco_ricerca_moto_nuove_usate.asp";
	document['Selezione'].elements['Pagina'].value = Pagina;
	document['Selezione'].submit();
}

function CambiaOrdinamento(Ordinamento){
	document['Selezione'].action = "elenco_ricerca_moto_nuove_usate.asp";
	document['Selezione'].elements['Ordinamento'].value = Ordinamento;
	document['Selezione'].elements['Pagina'].value = 1;
	document['Selezione'].submit();
}

function TornaAllaRicerca(){
	document['Selezione'].action = "ricerca_moto_nuove_usate.asp";
	document['Selezione'].submit();
}