<!-- WINDOWS POP UP -->

function popup(str, nome, larghezza, altezza) {
        searchWin = window.open(str,nome,'scrollbars=yes,resizable=no,width='+larghezza+',height='+altezza+',status=no,location=no,toolbar=no,left=140px,top=155px');

}


