<!--

function apri(immagine) {
    h = screen.height  ;
    w = screen.width /2;
    window.open(immagine,'finestra','width=' + w + ',height=' + h + 'toolbar=no,status=no,scrollbars=no,resizable=yes, top='+ h/8+ ',left=' + w/5);

}

function scheda(nomescheda) {
    h = screen.height  ;
    w = screen.width /2;
    window.open(nomescheda,"displayWindow","top=1,left=100,width=850,height=600, status=no, scrollbars=yes, resizable=no");

}
function scheda2(nomescheda) {
    h = screen.height  ;
    w = screen.width ;
    window.open(nomescheda,"displayWindow","top=1,left=100,width=600,height=600, status=no, scrollbars=yes, resizable=no");
}

