$( document ).ready( function () {
  $( '#menuPageTop' ).scrollFollow( {
   container: 'rightArea',
   offset: 20
  } );
 } );
