var Flag_Show_Window=false; var t_Top=0; var Name_Window_Frame=""; function Open_User_Window(url,l,t,w,h,c,s,nr) { url += ((url.indexOf("?")<0) ? "?" : "&")+"shpage=1"; t_Top=t; t += document.body.scrollTop; if (Flag_Show_Window==true) {Window_Close()} h = h*1 w = w*1 var hh = screenSize().h-35 var ww = screenSize().w-15 if (hh" + // "height = " + screenSize().h + "px" //); function getIframeDocument(iframeNode) { if (iframeNode.contentDocument) return iframeNode.contentDocument if (iframeNode.contentWindow) return iframeNode.contentWindow.document try { return iframeNode.document } catch(e){alert("AAA "+e.description)} } function setIframeSrc(Id_Fr, src) { getIframeDocument(Id_Fr).location.replace(src) } function createIFrame(fname, src, s) { var od = document.getElementById('ifr_co') try {if (od.childNodes.length>0){od.removeChild(od.childNodes[0])}} catch(e){alert("TDME "+e.description)} var ifrstr = browser.isIE ? '