var w1=document.documentElement.offsetWidth; var h1=document.documentElement.offsetHeight; var window_width=window.screen.width; var window_height=window.screen.height; var s_top=window.screenTop; var s_left=window.screenLeft; var where =location.href; var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body; document.write('
'); document.write(''); document.writeln("
"); var adst250 = document.getElementById("xxImage250").style; adst250.top = ( bodyfrm.clientHeight - parseInt(adst250.height)) + "px"; adst250.left = ( bodyfrm.clientWidth - parseInt(adst250.width)) + "px"; function moveR250() { adst250.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - parseInt(adst250.height)) + "px"; adst250.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - parseInt(adst250.width)) + "px"; } setInterval("moveR250();", 80); function CloseX250(){ adst250.display='none'; }