var timeout = null; var scrollTop=function(){ return document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop; }; function mymove(){ var rect = getRect(); var divObj = document.getElementById('_floatLayer'); divObj.style.top = (rect.top + (rect.height - parseInt(divObj.style.height, 10))) + 'px'; divObj.style.right = 3 + 'px'; timeout = setTimeout("mymove();", 10); } //Top: 92, Left: 0, Width: 1007, Height: 619 function getRect() { var top = document.documentElement.scrollTop; var left = document.documentElement.scrollLeft; var height = document.documentElement.clientHeight; var width = document.documentElement.clientWidth; if (top==0 && left==0 && height==0 && width==0) { top = document.body.scrollTop; left = document.body.scrollLeft; height = document.body.clientHeight; width = document.body.clientWidth; } return {top:top ,left:left ,height:height ,width:width } ; } function closeDiv() { var obj = document.getElementById('_floatLayer'); if (obj) { clearTimeout(timeout); obj.parentNode.removeChild(obj); } } function Display_Div() { var obj = document.getElementById('_frm_win'); var divObj = document.getElementById('_floatLayer'); if (obj == null) return; if (obj.style.display != 'none') { obj.style.display = 'none'; divObj.style.height = '27px'; } else { obj.style.display = ''; divObj.style.height = '320px'; } } ( function(){ document.write(''); document.write('
');
document.write('');
document.write('