document.writeln("
"); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); var DXdivTop,DXdivLeft,DXdivWidth,DXdivHeight,DXdocHeight,DXdocWidth,DXobjTimer1,DXi = 0; function PopDXMsgWindow(title,msg) { try { DXMsgTitle.innerHTML=title;//小窗口标题。 DXMsgContent.innerHTML=msg;//小窗口内容。 DXdivTop = parseInt(document.getElementById("DXMsgWindow").style.top,10) DXdivLeft = parseInt(document.getElementById("DXMsgWindow").style.left,10) DXdivHeight = parseInt(document.getElementById("DXMsgWindow").offsetHeight,10) DXdivWidth = parseInt(document.getElementById("DXMsgWindow").offsetWidth,10) DXdocWidth = document.body.clientWidth; DXdocHeight = document.body.clientHeight; document.getElementById("DXMsgWindow").style.top = parseInt(document.body.scrollTop,10) + DXdocHeight + 10;// DXdivHeight document.getElementById("DXMsgWindow").style.left = parseInt(document.body.scrollLeft,10) + DXdocWidth - DXdivWidth document.getElementById("DXMsgWindow").style.visibility="visible" DXobjTimer1 = window.setInterval("moveDXDiv()",10) } catch(e){} } function resizeDXDiv() { DXi+=1 if(DXi>1288) closeDXDiv() try { DXdivHeight = parseInt(document.getElementById("DXMsgWindow").offsetHeight,10) DXdivWidth = parseInt(document.getElementById("DXMsgWindow").offsetWidth,10) DXdocWidth = document.body.clientWidth; DXdocHeight = document.body.clientHeight; document.getElementById("DXMsgWindow").style.top = DXdocHeight - DXdivHeight + parseInt(document.body.scrollTop,10) document.getElementById("DXMsgWindow").style.left = DXdocWidth - DXdivWidth + parseInt(document.body.scrollLeft,10) } catch(e){} } function moveDXDiv() { try { if(parseInt(document.getElementById("DXMsgWindow").style.top,10) <= (DXdocHeight - DXdivHeight + parseInt(document.body.scrollTop,10))) { window.clearInterval(DXobjTimer1) DXobjTimer1 = window.setInterval("resizeDXDiv()",1) } DXdivTop = parseInt(document.getElementById("DXMsgWindow").style.top,10) document.getElementById("DXMsgWindow").style.top = DXdivTop - 1 } catch(e){} } function closeDXDiv() { document.getElementById('DXMsgWindow').style.visibility='hidden'; if(DXobjTimer1) window.clearInterval(DXobjTimer1) } setTimeout('closeDXDiv()',15000);//几秒后自动关闭