var IE = (document.all ? true : false); var NS4 = (document.layers ? true : false); var ScreenX = screen.width; var ScreenY = screen.height; if(IE) { doc = "document"; sty = ""; htm = ".document" } else if(NS4) { doc = "document.all"; sty = ".style"; htm = "" } function openCenter(url, name, feat, w, h){ window.open(url, name, "width=" + w + ",height=" + h + ",left=" + ((ScreenX / 2) - (w / 2)) + ",top=" + ((ScreenY / 2) - (h / 2) - 20) + "," + feat); } function image_preview(id, w, h){ window.open(site_root_url+"/go.idecs?m=images&f=images_preview&id=" + id, name, "width=" + (w+10) + ",height=" + (h+100) + ",left=" + ((ScreenX / 2) - (w / 2)) + ",top=" + ((ScreenY / 2) - (h / 2) - 20) + "," + 'scrollbars=yes'); } function openCheck(url, name, feat, w, h){ window.open(url, name, "width=" + w + ",height=" + h + ",left=" + ((ScreenX / 2) - (w / 2)) + ",top=" + ((ScreenY / 2) - (h / 2) - 20) + "," + feat); } function openDetailed(type, field, uid, module, lang) { window.open("lib/detailedConfig.php?tid="+type+"&fid="+field+"&uid="+uid+"&mid="+module+"&lang="+lang+"","text","resizable=yes,status=yes,scrollbars=yes, width=450,height=550") }