function fnMoveNav(){
	if( document.body.offsetHeight > 640 )
		oNav.style.top=document.body.scrollTop+112;
	else
		oNav.style.top=112;
}