﻿function OpenWin(pagina, nomepagina, larghezza, altezza, scroll) {
    LeftPosition = (screen.width) ? (screen.width - larghezza) / 2 : 0;
    TopPosition = (screen.height) ? (screen.height - altezza) / 2 : 0;
    settings = 'height=' + altezza + ',width=' + larghezza + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=' + scroll + ',resizable=yes'
    fine = window.open(pagina, nomepagina, settings)
    fine.focus()
}

function ApriSottofondo() {
    fin = window.open("http://www.leca.it/sottofondo/sottofondo.htm", "sottofondo", "width=1024,height=768,left=100,top=100,toolbar=no,menubar=no,scrollbars=yes,resizable=yes")
}

function ApriMurature() {
    fin = window.open("cdrom/cdrom_online.aspx", "murature", "width=1024,height=768,left=100,top=100,toolbar=no,menubar=no,scrollbars=yes,resizable=yes")
}
