
 var wtp = new Object;

 function apri(lnk, nome) {
	if (!(wtp == undefined)){
   // se la finestra figlia non esiste
		wtp = window.open(lnk, nome, "toolbar=0, width=780, height=580, scrollbars=0, resizable=no");  	 }
    wtp.focus();

 }
