var win = null;
function finestra(mypage,myname,w,h,scroll,res,tit,tool){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h-30)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable='+res+',title='+tit+',toolbar='+tool+''
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}
function controlla(inizio,fine,indirizzo){
			y=true;
			for(i=inizio;i<fine;i++){
				if(document.form1.elements[i].value.length==1)
					y=false;
									}
				if(y){
					document.form1.action=indirizzo;
					document.form1.submit();
					  }
				else
					alert("Attenzione inserire almeno due caratteri o lasciare vuoti tutti i campi per ottenere il catalogo completo")	  
											}
