<!--
	function reposition()
	{
		bodytop=(parseInt(document.body.scrollTop));
		document.body.menu.style.top=bodytop+120;
	}

// -->
