function setStringOrder(field,type){
	document.frmselezione.ord.value=field;
	document.frmselezione.bord.value=type;
	document.frmselezione.submit();
}
function setStringOrder2(){
	document.frmselezione.ord.value=document.getElementById('filtroricerca').value;
	document.frmselezione.bord.value=document.getElementById('ordfiltroricerca').value;
	document.frmselezione.submit();
}
function setStringQuery(){
	document.frmselezione.action = 'ricerca_prodotto.asp?q=' + document.frmselezione.txtricercaguidata.value
	document.frmselezione.submit();
}
function cambiaPagina(pag){
	document.getElementById('page').value = pag;
	document.frmselezione.submit();
}
function imposta_ricerca_kit(id){
	document.frmselezione.txtricercaguidata.value = id;
	document.frmselezione.tipokit_ricerca.value = "tutti";
	document.frmselezione.action = "ricerca_prodotto.asp";
	document.frmselezione.submit();
}
function setCategoria(id){
	document.frmselezione.action = 'ricerca_prodotto.asp?idcat=' + id;
	document.frmselezione.submit();
	
}
function setLayoutRicerca(tipo){
	document.frmselezione.nlayout.value=tipo;
	document.frmselezione.submit();
}
function setNRisultati(){
	document.frmselezione.nris.value=document.getElementById('nrisultati').value;
	document.frmselezione.submit();	
}
