
function flot (url, scroll) {
    var ancho = screen.availWidth - 10;
    var alto = screen.availHeight - 30;
    window.open(url, "WindowName", "width=" + ancho + ",height=" + alto + ",top=0,left=0,scrollbars=" + scroll + "");
}

