soundManager.url = '/sound/'; // directory where SM2 .SWFs live

// disable debug mode after development/testing..
soundManager.debugMode = false;

soundManager.onload = function() {
// SM2 has loaded - now you can create and play sounds!
soundManager.createSound('mois_m');
soundManager.createSound('janvier_m');
soundManager.createSound('fevrier_m');
soundManager.createSound('mars_m');
soundManager.createSound('avril_m');
soundManager.createSound('mai_m');
soundManager.createSound('juin_m');
soundManager.createSound('juillet_m');
soundManager.createSound('aout_m');
soundManager.createSound('septembre_m');
soundManager.createSound('octobre_m');
soundManager.createSound('novembre_m');
soundManager.createSound('decembre_m');
soundManager.createSound('en_janvier_m');
soundManager.createSound('en_fevrier_m');
soundManager.createSound('en_mars_m');
soundManager.createSound('en_avril_m');
soundManager.createSound('en_mai_m');
soundManager.createSound('en_juin_m');
soundManager.createSound('en_juillet_m');
soundManager.createSound('en_aout_m');
soundManager.createSound('en_septembre_m');
soundManager.createSound('en_octobre_m');
soundManager.createSound('en_novembre_m');
soundManager.createSound('en_decembre_m');
soundManager.createSound('saisons_m');
soundManager.createSound('le_printemps_m');
soundManager.createSound('lete_m');
soundManager.createSound('lautomne_m');
soundManager.createSound('lhiver_m');
soundManager.createSound('au_printemps_m');
soundManager.createSound('en_ete_m');
soundManager.createSound('en_automne_m');
soundManager.createSound('en_hiver_m');
}
