document.write('
点击交谈稍候再说
');function ShowDialog(url) {var iWidth = 568; var iHeight = 423; var iTop = (window.screen.height - iHeight) / 2;var iLeft = (window.screen.width - iWidth) / 2;window.open(url,"Detail","Scrollbars=no,Toolbar=no,Location=no,Direction=no,Resizeable=no,Width="+iWidth+" Height="+iHeight+",top="+iTop+",left="+iLeft);document.getElementById("Qiannong_ShowKfBox").style.display ="none";}var centerBox = document.getElementById("Qiannong_ShowKfBox");var sideBox = document.getElementById("Qiannong_ShowKfSide");function getBodyObj(){return (document.compatMode != 'BackCompat') ? document.documentElement : document.body; }function scCenter() {centerBox.style.top = (getBodyObj().scrollTop + (getBodyObj().clientHeight - centerBox.offsetHeight) / 2) + "px";centerBox.style.left = (getBodyObj().scrollLeft + (getBodyObj().clientWidth - centerBox.offsetWidth) / 2) + "px";}function scSide() {sideBox.style.top = (getBodyObj().scrollTop) +10+ "px";sideBox.style.left = (getBodyObj().scrollLeft) + 10+"px"; }function scall() {scCenter();scSide();}function hideKfBox() {document.getElementById("Qiannong_ShowKfBox").style.display ="none";}window.onscroll = scall;window.onresize = scall;window.onload = scall;