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('au_secours_m');
soundManager.createSound('a_laide_m');
soundManager.createSound('faites_attention_m');
soundManager.createSound('attention_m');
soundManager.createSound('aidez_moi_sil_vous_plait_m');
soundManager.createSound('urgences_medicales_m');
soundManager.createSound('appelez_une_ambulance_m');
soundManager.createSound('jai_besoin_dun_medecin_m');
soundManager.createSound('il_y_a_eu_un_accident_m');
soundManager.createSound('depechez_vous_sil_vous_plait_m');
soundManager.createSound('je_me_suis_coupe_m');
soundManager.createSound('je_me_suis_brule_m');
soundManager.createSound('ca_va_m');
soundManager.createSound('tout_le_monde_va_bien_m');
soundManager.createSound('delits_m');
soundManager.createSound('au_voleur_m');
soundManager.createSound('appelez_la_police_m');
soundManager.createSound('on_ma_vole_mon_portefeuille_m');
soundManager.createSound('on_ma_vole_mon_portemonnaie_m');
soundManager.createSound('on_ma_vole_mon_ordinateur_portable_m');
soundManager.createSound('je_voudrais_declarer_un_vol_m');
soundManager.createSound('on_ma_force_ma_voiture_m');
soundManager.createSound('on_ma_agresse_m');
soundManager.createSound('on_ma_attaque_m');
soundManager.createSound('incendies_m');
soundManager.createSound('au_feu_m');
soundManager.createSound('appelez_les_pompiers_m');
soundManager.createSound('sentez_vous_cette_odeur_de_brule_m');
soundManager.createSound('il_y_a_le_feu_m');
soundManager.createSound('le_batiment_est_en_feu_m');
soundManager.createSound('autres_situations_difficiles_m');
soundManager.createSound('je_suis_perdu_m');
soundManager.createSound('on_est_perdus_m');
soundManager.createSound('nous_sommes_perdus_m');
soundManager.createSound('je_ne_retrouve_pas_m');
soundManager.createSound('je_ne_retrouve_pas_mes_cles_m');
soundManager.createSound('je_ne_retrouve_pas_mon_passeport_m');
soundManager.createSound('je_ne_retrouve_pas_mon_portable_m');
soundManager.createSound('jai_perdu_m');
soundManager.createSound('jai_perdu_mon_portefeuille_m');
soundManager.createSound('jai_perdu_mon_appareil_photo_m');
soundManager.createSound('jai_ferme_la_porte_de_ma_en_laissant_la_cle_a_linterieur_m');
soundManager.createSound('jai_ferme_la_porte_de_ma_voiture_en_laissant_la_cle_a_linterieur_m');
soundManager.createSound('jai_ferme_la_porte_de_ma_chambre_en_laissant_la_cle_a_linterieur_m');
soundManager.createSound('laissez_moi_tranquille_sil_vous_plait_m');
soundManager.createSound('lachez_moi_m');
}