/**
 * Main javascript file
 *
 * Site: Paroisse Motier-Vully <paroisse-motiervully.ch>
 * Author: Antistatique.net Sàrl (c) 2008
 */

jQuery().ready(function(){
   
   // applying the settings
   jQuery('#theMenu').Accordion({
      active: 'h3.selected',
      header: 'h3.head',
      alwaysOpen: false,
      animated: true,
      showSpeed: 400,
      hideSpeed: 800
   });
   //jQuery('#theMenu').activate();      
});