/*
 *  Page Specific Javascript
 */

/*______________________________________________________________________________
 *    page:  instructors.html
 */

/* the page id num for the menu */
page_id = 5;

/* accordion list */
$(document).ready(function(){
  $('#accordion').accordion({
      fillSpace: true
    });
});