		function MM_openBrWindow(theURL,winName,features) { //v2.0
		  window.open(theURL,winName,features);
		  
		}
		
		function ApriFinestra(str) { 
		//Imposto le dimensioni della finestra
		larg=670; 
		alt=600; 
		//Centro il popup
		toptop=(screen.height/3)-(alt/3); 
		leftleft=(screen.width/2)-(larg/2); 
		
		// Proptietà della finestra
		searchWin = window.open(str,'prova','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',scrollbars=no,status=no,location=no,toolbar=no'); 
		searchWin.focus();
		} 

		function ApriFinestra2(str) { 
		//Imposto le dimensioni della finestra
		larg=790; 
		alt=650; 
		//Centro il popup
		toptop=(screen.height/3)-(alt/3); 
		leftleft=(screen.width/2)-(larg/2); 
		
		// Proptietà della finestra
		searchWin = window.open(str,'prova','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',scrollbars=no,status=no,location=no,toolbar=no'); 
		searchWin.focus();
		} 