$( document ).ready( function (){
	$( '#tfmenu' ).scrollFollow({});
});


$( document ).ready( function ()
		{
			$( '#tfmenu' ).scrollFollow(
				{
					speed: 800,
					offset: 250,
					container: 'main_area_02'
				}
			);
		}
	);