function mota(x)
{var follow=x
if (document.all){

	curscroll.style.visibility="visible"
	curscroll.innerHTML='<table ID=\"sample\" border=0 cellspacing=1 bgcolor=black  dir=rtl class=table ><tr><td width=100% bgcolor=#ffffff><font size=2><b>' + x + '</b></font></td></tr></table>'
	document.all.sample.style.filter = 'alpha(opacity=100);'
}
curscroll.style.left=document.body.scrollLeft+event.clientX-0
curscroll.style.top=document.body.scrollTop+event.clientY+0
}

function tatmota(){
	curscroll.style.visibility="hidden"
}
