function inviaform( str ){
	if(document.form1.ricerca[0].checked){
		document.form1.action = str;
	}
	else{
		document.form1.action = "cerca.htm";
	}
}