
function esempio(str) {
        searchWin = window.open(str,'esempio','scrollbars=no,resizable=yes,width=700,height=330,status=no,location=no,toolbar=no,top=0,left=0');
//        searchWin.refer = self;
}

function mail2(str) {
        searchWin = window.open(str,'mail2','scrollbars=no,resizable=yes,width=500,height=455,status=no,location=no,toolbar=no,top=0,left=0');
//        searchWin.refer = self;
}

function es(str) {
        searchWin = window.open(str,'es','scrollbars=no,resizable=yes,width=340,height=420,status=no,location=no,toolbar=no,top=0,left=0');
//        searchWin.refer = self;
}

function esempi1(str) {
        searchWin = window.open(str,'esempi1','scrollbars=yes,resizable=yes,top=2,left=2,width=790,height=520,status=no,location=no,toolbar=no');
//        searchWin.refer = self;
}

function mail1(str) {
        searchWin = window.open(str,'mail1','scrollbars=no,resizable=yes,top=2,left=2,width=560,height=470,status=no,location=no,toolbar=no');
//        searchWin.refer = self;
}

function upload(str) {
        searchWin = window.open(str,'upload','scrollbars=yes,resizable=yes,top=2,left=2,width=590,height=530,status=no,location=no,toolbar=no');
//        searchWin.refer = self;
}

function ricerca(str) {
searchWin = window.open(str,'ricerca','scrollbars=yes,resizable=yes,width=790,height=450,status=no,location=no,toolbar=yes,top=0,left=0');
//        searchWin.refer = self;
}

function link1(str) {
searchWin = window.open(str,'link1','scrollbars=yes,resizable=no,width=790,height=450,status=no,location=no,toolbar=yes,top=0,left=0');
//        searchWin.refer = self;
}

function palco(str) {
        searchWin = window.open(str,'palco','scrollbars=no,resizable=yes,width=440,height=450,status=no,location=no,toolbar=no,top=0,left=0');
//        searchWin.refer = self;
}

function esempi3(str) {
        searchWin = window.open(str,'esempi3','scrollbars=yes,resizable=yes,top=2,left=2,width=790,height=330,status=no,location=no,toolbar=no');
//        searchWin.refer = self;
}

function esemptour(str) {
        searchWin = window.open(str,'esemptour','scrollbars=no,resizable=yes,width=760,height=335,status=no,location=no,toolbar=no,top=0,left=0');
//        searchWin.refer = self;
}

function esempi2(str) {
        searchWin = window.open(str,'esempi2','scrollbars=yes,resizable=yes,top=2,left=2,width=600,height=340,status=no,location=no,toolbar=yes');
//        searchWin.refer = self;
}

function sondaggio(str) {
        searchWin = window.open(str,'sondaggio','scrollbars=yes,resizable=yes,top=2,left=2,width=600,height=220,status=no,location=no,toolbar=yes');
//        searchWin.refer = self;
}

function esem(str) {
        searchWin = window.open(str,'esem','scrollbars=no,resizable=yes,width=230,height=235,status=no,location=no,toolbar=no,top=0,left=0');
//        searchWin.refer = self;
}

function login(str) {
        searchWin = window.open(str,'login','scrollbars=no,resizable=yes,width=330,height=190,status=no,location=no,toolbar=no,top=0,left=0');
//        searchWin.refer = self;
}

function test(str) {
        searchWin = window.open(str,'test','scrollbars=no,resizable=no,top=2,left=2,width=550,height=410,status=no,location=no,toolbar=no');
//        searchWin.refer = self;
}

<!--
function pc2() {
var w = 390;
var h = 410;
var pw = Math.floor((screen.width-w)/2);
var ph = Math.floor((screen.height-h)/2);
window.open("../asp/mail/segnala/segnala.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw);
}
//-->


