document.write('<script language="JavaScript">')
document.write('	function UpdateIt()')
document.write('	{if (document.all)')
document.write('	{document.all["MainTable"].style.top = document.body.scrollTop;')
document.write('	setTimeout("UpdateIt()", 200);}}')
document.write('	UpdateIt();')
document.write('</script>')