/** * @file * General JavaScript functions for the theme. A default file is required to * get Drupal to automatically load jQuery. */ /* window.addEvent('domready', function(){ var accordion = new Accordion('h3.atStart', 'div.atStart', { show: -1, alwaysHide: true, onActive: function(toggler, element){}, onBackground: function(toggler, element){} }, $('accordion')); }); */