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_a_quelquun_comment_ca_va_m');
soundManager.createSound('comment_vas_tu_m');
soundManager.createSound('comment_ca_va_m');
soundManager.createSound('ca_va_m');
soundManager.createSound('tres_bien_merci_m');
soundManager.createSound('ca_va_merci_m');
soundManager.createSound('pas_mal_merci_m');
soundManager.createSound('pas_tres_bien_m');
soundManager.createSound('et_toi_m');
soundManager.createSound('pour_demander_a_une_personne_ce_quelle_devient_m');
soundManager.createSound('tu_fais_quoi_m');
soundManager.createSound('quest_ce_que_tu_deviens_m');
soundManager.createSound('quoi_de_neuf_m');
soundManager.createSound('jai_beaucoup_travaille_m');
soundManager.createSound('jai_beaucoup_travaille_sur_mes_cours_m');
soundManager.createSound('jai_ete_tres_occupe_m');
soundManager.createSound('comme_dhabitude_m');
soundManager.createSound('pas_grandchose_m');
soundManager.createSound('je_viens_de_rentrer_m');
soundManager.createSound('je_viens_de_rentrer_du_maroc_m');
soundManager.createSound('je_viens_de_rentrer_de_france_m');
soundManager.createSound('je_viens_de_rentrer_des_etats_unis_m');
soundManager.createSound('pour_demander_a_une_personne_ou_elle_se_trouve_m');
soundManager.createSound('ou_es_tu_m');
soundManager.createSound('je_suis_m');
soundManager.createSound('je_suis_a_la_maison_m');
soundManager.createSound('je_suis_au_travail_m');
soundManager.createSound('je_suis_en_ville_m');
soundManager.createSound('je_suis_a_la_campagne_m');
soundManager.createSound('je_suis_aux_magasins_m');
soundManager.createSound('je_suis_dans_le_train_m');
soundManager.createSound('je_suis_chez_julien_m');
soundManager.createSound('pour_demander_a_une_personne_si_elle_a_des_projets_m');
soundManager.createSound('tu_as_des_projets_pour_cet_ete_m');
soundManager.createSound('quest_ce_que_tu_as_de_prevu_pour_m');
soundManager.createSound('quest_ce_que_tu_as_de_prevu_pour_noel_m');
soundManager.createSound('quest_ce_que_tu_as_de_prevu_pour_le_nouvel_an_m');
soundManager.createSound('quest_ce_que_tu_as_de_prevu_pour_paques_m');
soundManager.createSound('fumer_m');
soundManager.createSound('tu_fumes_m');
soundManager.createSound('vous_fumez_m');
soundManager.createSound('oui_je_fume_m');
soundManager.createSound('non_je_ne_fume_pas_m');
soundManager.createSound('ca_te_derange_si_je_fume_m');
soundManager.createSound('cela_vous_derange_si_je_fume_m');
soundManager.createSound('tu_veux_une_cigarette_m');
soundManager.createSound('je_peux_te_demander_une_cigarette_m');
soundManager.createSound('tu_as_du_feu_m');
soundManager.createSound('tu_as_un_cendrier_m');
soundManager.createSound('jai_arrete_de_fumer_m');
soundManager.createSound('jai_arrete_m');
soundManager.createSound('jessaye_darreter_m');
}