

function categoria_onchange(fobj,target) {
location.href = "/cart/elenconew.asp?categoria=" + escape(fobj[fobj.selectedIndex].value) + '&target=' + target + '&lang=<%=Session("lang")%>';
}

function form1_onsubmit(theForm) {

if (theForm.StringaDaCercare.value == "")
  {
    alert("Inserire un valore nel campo \"Ricerca libera\" ");
    theForm.StringaDaCercare.focus();
    return (false);
  }

if (theForm.StringaDaCercare.value.length < 2)
  {
    alert("Inserire almeno 2 caratteri nel campo \"Ricerca libera\"");
    theForm.StringaDaCercare.focus();
    return (false);
  }

return (true);
  
}

function form2_onsubmit(theForm) {

if (theForm.categoria.options[theForm.categoria.selectedIndex].value == "Tutte" && theForm.sottocategoria.options[theForm.sottocategoria.selectedIndex].value == "Tutte")
  {
  alert("Selezionare almeno una Categoria");
  theForm.categoria.focus();
  return (false);
  } 
  
return (true);
  
} 



function mappa(str) {
searchWin = window.open(str,'prec','scrollbars=auto,resizable=yes,width=400,height=420, status=no,location=no,toolbar=no');
}


function apri_ricorda_pop(str2) {
searchWin2 = window.open(str2,'prec2','scrollbars=auto,resizable=yes,width=500,height=200, status=no,location=no,toolbar=no');
}
