function apriListino() {
	valore = document.lista.listino.value;
	if (valore == 1) {
//		window.open('http://old.parra.it/listino/listino_app.asp?IDM=1&COD=2');	
		window.open('http://www.parra.it/ricerca.php?marca=4&modello=&cilindrata=&prezzo=&completo=completo');	
	}
	if (valore == 2) {
//		window.open('http://old.parra.it/listino/listino_app.asp?IDM=2&COD=2');	
		window.open('http://www.parra.it/ricerca.php?marca=1&cilindrata=&prezzo=&completo=completo');	
	}
	if (valore == 3) {
		window.open('http://old.parra.it/listino/listino_app.asp?IDM=3&COD=2');	
	}
	if (valore == 4) {
		window.open('http://old.parra.it/listino/listino_app.asp?IDM=4&COD=2');	
	}
}