function trattorigiapponesi(){
var x=document.form2.select2.value;
location.href="trattorigiapponesi.php?tid="+x;
return true;
}
function macchineedili(){
var x=document.form1.select1.value;
location.href="macchineedili.php?cid="+x;
return true;
}
function ricambi(){
var x=document.form3.select3.value;
location.href="ricambi.php?rid="+x;
return true;
}
function macchineedili_eng(){
var x=document.form1.select1.value;
location.href="macchineedili_eng.php?cid="+x;
return true;
}
function trattorigiapponesi_eng(){
var x=document.form2.select2.value;
location.href="trattorigiapponesi_eng.php?tid="+x;
return true;
}
function ricambi_eng(){
var x=document.form3.select3.value;
location.href="ricambi_eng.php?rid="+x;
return true;
}
function noleggio(){
var x=document.form4.select4.value;
location.href="noleggio.php?nid="+x;
return true;
}
function noleggio_eng(){
var x=document.form4.select4.value;
location.href="noleggio_eng.php?nid="+x;
return true;
}
function marca(){
var x=document.form5.select5.value;
location.href="macchineedili.php?zid="+x;
return true;
}
function weight(){
var x=document.form6.select6.value;
location.href="macchineedili.php?wid="+x;
return true;
}
function marca_eng(){
var x=document.form5.select5.value;
location.href="macchineedili_eng.php?zid="+x;
return true;
}
function weight_eng(){
var x=document.form6.select6.value;
location.href="macchineedili_eng.php?wid="+x;
return true;
}
function ricam_eng(){
location.href="machine_eng.php";
return true;
}
function ricam(){
location.href="machine.php";
return true;
}
