function displayWindow(url, okno, width, height, resi, scro, menu) {
        var Win = window.open(url,okno,'width=' + width + ',height=' + height + ',resizable=' + resi + ',scrollbars=' + scro + ',menubar=' + menu).focus();
}

