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('oui_m');
soundManager.createSound('non_m');
soundManager.createSound('peutetre_m');
soundManager.createSound('sil_vous_plait_m');
soundManager.createSound('merci_m');
soundManager.createSound('merci_beaucoup_m');
soundManager.createSound('je_vous_en_prie_m');
soundManager.createSound('de_rien_m');
soundManager.createSound('saluer_et_prendre_conge_de_quelquun_m');
soundManager.createSound('salut_m');
soundManager.createSound('bonjour_m');
soundManager.createSound('bonsoir_m');
soundManager.createSound('au_revoir_m');
soundManager.createSound('bonsoir_goodbye_m');
soundManager.createSound('bonne_nuit_m');
soundManager.createSound('bonne_soiree_m');
soundManager.createSound('bonne_fin_de_soiree_m');
soundManager.createSound('a_plus_m');
soundManager.createSound('salut_goodbye_m');
soundManager.createSound('a_bientot_m');
soundManager.createSound('a_plus_tard_m');
soundManager.createSound('a_tout_a_lheure_m');
soundManager.createSound('a_demain_m');
soundManager.createSound('bonne_journee_m');
soundManager.createSound('bon_weekend_m');
soundManager.createSound('attirer_lattention_dune_personne_et_sexcuser_m');
soundManager.createSound('excusez_moi_m');
soundManager.createSound('desole_m');
soundManager.createSound('pardon_m');
soundManager.createSound('pas_de_souci_m');
soundManager.createSound('ce_nest_pas_grave_m');
soundManager.createSound('il_ny_a_pas_de_mal_m');
soundManager.createSound('ce_nest_rien_m');
soundManager.createSound('ca_ne_fait_rien_m');
soundManager.createSound('pour_vous_faire_comprendre_m');
soundManager.createSound('vous_parlez_anglais_m');
soundManager.createSound('tu_parles_anglais_m');
soundManager.createSound('vous_parlez_francais_m');
soundManager.createSound('je_ne_parle_pas_francais_m');
soundManager.createSound('je_ne_parle_pas_tres_bien_francais_m');
soundManager.createSound('je_parle_un_peu_francais_m');
soundManager.createSound('je_parle_juste_un_peu_francais_m');
soundManager.createSound('je_parle_tres_mal_francais_m');
soundManager.createSound('pourriez_vous_parler_plus_lentement_sil_vous_plait_m');
soundManager.createSound('pourriez_vous_me_lecrire_sil_vous_plait_m');
soundManager.createSound('pourriez_vous_repeter_cela_sil_vous_plait_m');
soundManager.createSound('je_comprends_m');
soundManager.createSound('je_ne_comprends_pas_m');
soundManager.createSound('autres_expressions_courantes_m');
soundManager.createSound('je_sais_m');
soundManager.createSound('je_ne_sais_pas_m');
soundManager.createSound('excusez_moi_ou_sont_les_toilettes_m');
soundManager.createSound('excusez_moi_ou_se_trouvent_les_toilettes_m');
soundManager.createSound('ce_que_vous_pourriez_voir_m');
soundManager.createSound('entree_m');
soundManager.createSound('sortie_m');
soundManager.createSound('poussez_m');
soundManager.createSound('tirez_m');
soundManager.createSound('sortie_de_secours_m');
soundManager.createSound('toilettes_m');
soundManager.createSound('wc_m');
soundManager.createSound('hommes_m');
soundManager.createSound('dames_m');
soundManager.createSound('libre_m');
soundManager.createSound('occupe_m');
soundManager.createSound('hors_service_m');
soundManager.createSound('interdiction_de_fumer_m');
soundManager.createSound('prive_m');
soundManager.createSound('entree_interdite_m');
}