$( function() {
      $(".foldingtable").accordion( { icons: { 'header': 'ui-arrow-e', 'headerSelected': 'ui-arrow-s' } } );
   } );

