
function dw(url, width, height, type) {
        var Win = window.open('http://www.telix.pl/a' + url + type,"displayWindow",'width=' + width + ',height=' + height + ',left=150, top=150, resizable=1, scrollbars=yes, menubar=no' );
}

