
<!--
//more javascript from http://www.flywe.net
function scrollImg(){ 
    var posX,posY; 
    if (window.innerHeight) { 
        posX = window.pageXOffset; 
        posY = window.pageYOffset; 
    } 
    else if (document.documentElement && document.documentElement.scrollTop) { 
        posX = document.documentElement.scrollLeft; 
        posY = document.documentElement.scrollTop; 
    } 
    else if (document.body) { 
        posX = document.body.scrollLeft; 
        posY = document.body.scrollTop; 
    } 
    var ad=document.getElementById("online"); 
    ad.style.top=(posY+60)+"px"; 
    ad.style.left=(posX+window.screen.width-138)+"px";
	var ad2=document.getElementById("online2");  
	ad2.style.top=(posY-20)+"px"; 
    ad2.style.left=(posX+2)+"px"; 
    setTimeout("scrollImg()",100); 
} 

//-->
document.write('<div id="online" border="0" style="POSITION: absolute; HEIGHT: 0px;"><br />');

document.write('<layer id="divStayTopLeft">');
document.write('<a href="/Files/ad/IT_daifa.jpg" target=_blank><img src="/Files/ad/daifa.jpg" border=0 width=118 height=400></a>');
document.write('</layer>');
document.write('</div>');

document.write('<div id="online2" border="0" style="POSITION: absolute; HEIGHT: 0px;"><br />');

document.write('<layer id="divStayTopLeft">');
document.write('<a href="/chuchai/" target=_blank><img src="/Files/ad/chai.jpg" border=0 width=118 height=36></a><br><br><br>');
document.write('<EMBED src="/Files/ad/chuchai.swf" quality=high WIDTH="117" HEIGHT="400" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</layer>');
document.write('</div>');
document.write('<map name="tj">')
document.write('<area shape="rect" coords="296,0,320,20" style="cursor:hand;" onClick="_closeWindow();" alt="¹Ø±Õ">')
document.write('</map>')

		scrollImg(); 
		
function _closeWindow(){
    online.style.display = "none";
    online.innHTML = "";
    //_displaySelect();
}
	