<!--
function apri(pagina, immagine, testo) {
    h = screen.height / 2;
    w = screen.width / 2;
    window.open(pagina + '?Nave=' + immagine + '&Testo=' + testo,'','width=' + w + ',height=' + h + 'toolbar=no,status=no,scrollbars=auto,resizable=no,top=' + h/2 + ',left=' + w/2);
}

function apri2(pagina, nave) {
    h = screen.height  ;
    w = screen.width /2;
    window.open(pagina + '?record=' + nave,'','width=' + w + ',height=' + h + 'toolbar=no,status=no,scrollbars=no,resizable=yes,top='+ h/6 + ',left=' + w/2);

}

function scheda(nomescheda) {
    h = screen.height  ;
    w = screen.width /2;
    window.open('foto\\' +nomescheda +'.htm',"displayWindow","top=1,left=200,width=600,height=550, status=no, scrollbars=yes, resizable=yes");

}

//-->