$(document).ready(function()
  {
    $('#pane').jScrollPane().show();
   }
);

