function setFormAction(objForm,strAction,pages){
	  objForm.action=pages+'='+strAction;
	  objForm.submit();
 }
function Valida_ricerca()
{
	if ((document.ricerca.category_s.options[document.ricerca.category_s.selectedIndex].value==0)&&(document.ricerca.piu_s.options[document.ricerca.piu_s.selectedIndex].value==0)&&(document.ricerca.prezzo_s.options[document.ricerca.prezzo_s.selectedIndex].value==0)&&(document.ricerca.marche_s.options[document.ricerca.marche_s.selectedIndex].value==0))
	{
      alert("Nessun campo selezionato per la ricerca");
      return false;
      }
	return true;
}
function Valida_cerca()
{
	if ((document.cerca.oggetto.value.length<2)||(document.cerca.oggetto.value=="Cerca..."))
	{
      alert("Il campo cerca deve essere almeno di due caratteri");
      return false;
      }
	return true;
}
