/*$(document).ready(function(){
  //$('h5').click(function)$.next().slideToggle()};


  // hide all the content panes when the page loads
  $( '#links  > ul' ).hide();
  $( '#rightnav  > ul' ).hide();
  // uncomment the next line if you'd like the first pane to be visible by default
   //$('#links, #rightnav  > ul:first').show();
  
  $('#links h5, #rightnav h5').click(function() {
    $(this).next().slideToggle()
	   // {'height':'toggle'}, 'slow', 'easeOutBounce'    );
  });
});//document ready function end
*/
