﻿function openFullScreen(URL) {
    B = screen.availWidth;
    H = screen.availHeight;
    window.open(URL, "", "toolbar=0, scrollbars=0, statusbar=0, menubar=0, resizable=0, width=" + B + ", height=" + H + ", left=0, top=0");
    window.name = "basispagina";
}