/*Ëæ¼´Í¼Æ¬´úÂë 
var ad = new Array();
ad[0]='<a href="http://www.mercuri.net/site/zh-chs" target="_blank"><img src="/img/bannerlogo/mercuri.gif" border="0"></a>';
var index = Math.floor(Math.random() * ad.length);
document.write('<div id=D1 style="position: absolute">'); 
document.write(ad[index]);
document.write('</div>'); 
*/
document.write('<div id=D1 style="position: absolute">'); 
document.write('<table width="132" border="0" cellspacing="0" cellpadding="0"><tr><td align="center"><img src="/img/event/admenu1.gif" width="132" height="20" /></td></tr>');
document.write('<tr><td align="center" background="/img/event/admenu2.gif" height="3"></td></tr>');

document.write('<tr><td align="center" background="/img/event/admenu2.gif"><a href="http://www.efesco.com/pub/notice/net/info.jsp?f=0803101" target="_blank"><img src="http://www.efesco.com/img/bannerlogo/fldc.gif" border="0" /></a></td></tr>');


document.write('<tr><td align="center" background="/img/event/admenu2.gif" height="3"></td></tr>');
document.write('<tr><td align="center"><img src="/img/event/admenu3.gif" width="132" height="6" /></td></tr></table></div>');



function CheckUIElements(){
	document.getElementById("D1").style.left=document.body.offsetWidth-153;
	var yMenu1From, yMenu1To, yOffset, timeoutNextCheck;
	var wndWidth = parseInt(document.body.clientWidth);
		yMenu1From   = parseInt (document.getElementById("D1").style.top, 10);
		yMenu1To     = document.body.scrollTop + 180;
		

	timeoutNextCheck = 500;

	if ( yMenu1From != yMenu1To ) {
		yOffset = Math.ceil( Math.abs( yMenu1To - yMenu1From ) / 20 );
		if ( yMenu1To < yMenu1From ) yOffset = -yOffset;
		document.getElementById("D1").style.top = parseInt (document.getElementById("D1").style.top, 10) + yOffset;
		timeoutNextCheck = 10;
	}

	setTimeout ("CheckUIElements()", timeoutNextCheck);
}

function MovePosition(){
	document.getElementById("D1").style.top = document.body.scrollTop + 10;
	document.getElementById("D1").style.visibility = "visible";
	document.getElementById("D1").style.left=document.body.offsetWidth-153;
	CheckUIElements();

	return true;
}

MovePosition();

