function open_dialog(url, w, h) { if(!w) w = 800; if(!h) h = 510; t=0;//Math.ceil((screen.height-h)/4); l=0;//Math.ceil((screen.width-w)/2); window.open("https://login.lv/cat/" + url,"_blank","width="+w+",height="+h+",top="+t+",left="+l+ ",status=yes,resizable=yes,scrollbars=yes,toolbar=yes,location=no,menubar=no"); }