function openfull(url) {
    var larg_schermo = screen.availWidth;
    var altez_schermo = screen.availHeight;
    MainWindow = window.open(url, "opere", "width=" + larg_schermo + ",height=" + altez_schermo + ",top=0,left=0, fullscreen=yes, scrollbars = 0");
}