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('pour_demander_lheure_m');
soundManager.createSound('quelle_heure_il_est_m');
soundManager.createSound('quelle_heure_est_il_m');
soundManager.createSound('quelle_heure_avez_vous_m');
soundManager.createSound('pourriez_vous_me_dire_lheure_sil_vous_plait_m');
soundManager.createSound('pourriez_vous_me_dire_lheure_quil_est_sil_vous_plait_m');
soundManager.createSound('vous_auriez_lheure_par_hasard_m');
soundManager.createSound('vous_savez_lheure_quil_est_m');
soundManager.createSound('pour_dire_lheure_m');
soundManager.createSound('il_est_m');
soundManager.createSound('exactement_m');
soundManager.createSound('environ_m');
soundManager.createSound('presque_m');
soundManager.createSound('tout_juste_passee_m');
soundManager.createSound('une_heure_m');
soundManager.createSound('deux_heures_m');
soundManager.createSound('une_heure_et_quart_m');
soundManager.createSound('deux_heures_et_quart_m');
soundManager.createSound('une_heure_et_demie_m');
soundManager.createSound('deux_heures_et_demie_m');
soundManager.createSound('deux_heures_moins_le_quart_m');
soundManager.createSound('trois_heures_moins_le_quart_m');
soundManager.createSound('une_heure_cinq_m');
soundManager.createSound('une_heure_dix_m');
soundManager.createSound('une_heure_vingt_m');
soundManager.createSound('une_heure_vingtcinq_m');
soundManager.createSound('deux_heures_moins_cinq_m');
soundManager.createSound('deux_heures_moins_dix_m');
soundManager.createSound('deux_heures_moins_vingt_m');
soundManager.createSound('deux_heures_moins_vingtcinq_m');
soundManager.createSound('dix_heures_quinze_m');
soundManager.createSound('dix_heures_trente_m');
soundManager.createSound('dix_heures_quarantecinq_m');
soundManager.createSound('dix_heures_m');
soundManager.createSound('dix_heures_du_matin_m');
soundManager.createSound('trois_heures_de_lapresmidi_m');
soundManager.createSound('neuf_heures_du_soir_m');
soundManager.createSound('dixhuit_heures_m');
soundManager.createSound('midi_m');
soundManager.createSound('minuit_m');
soundManager.createSound('heure_m');
soundManager.createSound('11h47_m');
soundManager.createSound('14h13_m');
soundManager.createSound('montres_et_pendules_m');
soundManager.createSound('ma_montre_m');
soundManager.createSound('ma_montre_avance_m');
soundManager.createSound('ma_montre_retarde_m');
soundManager.createSound('cette_pendule_un_peu_m');
soundManager.createSound('cette_pendule_avance_un_peu_m');
soundManager.createSound('cette_pendule_retarde_un_peu_m');
}