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('nombres_cardinaux_m');
soundManager.createSound('zero_m');
soundManager.createSound('un_m');
soundManager.createSound('une_m');
soundManager.createSound('deux_m');
soundManager.createSound('trois_m');
soundManager.createSound('quatre_m');
soundManager.createSound('cinq_m');
soundManager.createSound('six_m');
soundManager.createSound('sept_m');
soundManager.createSound('huit_m');
soundManager.createSound('neuf_m');
soundManager.createSound('dix_m');
soundManager.createSound('onze_m');
soundManager.createSound('douze_m');
soundManager.createSound('treize_m');
soundManager.createSound('quatorze_m');
soundManager.createSound('quinze_m');
soundManager.createSound('seize_m');
soundManager.createSound('dixsept_m');
soundManager.createSound('dixhuit_m');
soundManager.createSound('dixneuf_m');
soundManager.createSound('vingt_m');
soundManager.createSound('vingtetun_m');
soundManager.createSound('vingtdeux_m');
soundManager.createSound('vingttrois_m');
soundManager.createSound('vingtquatre_m');
soundManager.createSound('vingtcinq_m');
soundManager.createSound('vingtsix_m');
soundManager.createSound('vingtsept_m');
soundManager.createSound('vingthuit_m');
soundManager.createSound('vingtneuf_m');
soundManager.createSound('trente_m');
soundManager.createSound('trenteetun_m');
soundManager.createSound('trentedeux_m');
soundManager.createSound('trentetrois_m');
soundManager.createSound('quarante_m');
soundManager.createSound('cinquante_m');
soundManager.createSound('soixante_m');
soundManager.createSound('soixanteetun_m');
soundManager.createSound('soixantedeux_m');
soundManager.createSound('soixantetrois_m');
soundManager.createSound('soixantequatre_m');
soundManager.createSound('soixantecinq_m');
soundManager.createSound('soixantesix_m');
soundManager.createSound('soixantesept_m');
soundManager.createSound('soixantehuit_m');
soundManager.createSound('soixanteneuf_m');
soundManager.createSound('soixantedix_m');
soundManager.createSound('soixanteetonze_m');
soundManager.createSound('soixantedouze_m');
soundManager.createSound('soixantetreize_m');
soundManager.createSound('soixantequatorze_m');
soundManager.createSound('soixantequinze_m');
soundManager.createSound('soixanteseize_m');
soundManager.createSound('soixantedixsept_m');
soundManager.createSound('soixantedixhuit_m');
soundManager.createSound('soixantedixneuf_m');
soundManager.createSound('quatrevingts_m');
soundManager.createSound('quatrevingtun_m');
soundManager.createSound('quatrevingtdeux_m');
soundManager.createSound('quatrevingttrois_m');
soundManager.createSound('quatrevingtquatre_m');
soundManager.createSound('quatrevingtcinq_m');
soundManager.createSound('quatrevingtsix_m');
soundManager.createSound('quatrevingtsept_m');
soundManager.createSound('quatrevingthuit_m');
soundManager.createSound('quatrevingtneuf_m');
soundManager.createSound('quatrevingtdix_m');
soundManager.createSound('quatrevingtonze_m');
soundManager.createSound('quatrevingtdouze_m');
soundManager.createSound('quatrevingttreize_m');
soundManager.createSound('quatrevingtquatorze_m');
soundManager.createSound('quatrevingtquinze_m');
soundManager.createSound('quatrevingtseize_m');
soundManager.createSound('quatrevingtdixsept_m');
soundManager.createSound('quatrevingtdixhuit_m');
soundManager.createSound('quatrevingtdixneuf_m');
soundManager.createSound('cent_m');
soundManager.createSound('cent_un_m');
soundManager.createSound('deux_cents_m');
soundManager.createSound('trois_cents_m');
soundManager.createSound('mille_m');
soundManager.createSound('deux_mille_m');
soundManager.createSound('trois_mille_m');
soundManager.createSound('un_million_m');
soundManager.createSound('un_milliard_m');
soundManager.createSound('nombres_ordinaux_m');
soundManager.createSound('premier_m');
soundManager.createSound('premiere_m');
soundManager.createSound('deuxieme_m');
soundManager.createSound('second_m');
soundManager.createSound('troisieme_m');
soundManager.createSound('quatrieme_m');
soundManager.createSound('cinquieme_m');
soundManager.createSound('sixieme_m');
soundManager.createSound('septieme_m');
soundManager.createSound('huitieme_m');
soundManager.createSound('neuvieme_m');
soundManager.createSound('dixieme_m');
soundManager.createSound('onzieme_m');
soundManager.createSound('douzieme_m');
soundManager.createSound('treizieme_m');
soundManager.createSound('quatorzieme_m');
soundManager.createSound('quinzieme_m');
soundManager.createSound('seizieme_m');
soundManager.createSound('dixseptieme_m');
soundManager.createSound('dixhuitieme_m');
soundManager.createSound('dixneuvieme_m');
soundManager.createSound('vingtieme_m');
soundManager.createSound('vingtetunieme_m');
soundManager.createSound('vingtdeuxieme_m');
soundManager.createSound('vingttroisieme_m');
soundManager.createSound('trentieme_m');
soundManager.createSound('quarantieme_m');
soundManager.createSound('cinquantieme_m');
soundManager.createSound('soixantieme_m');
soundManager.createSound('soixantedixieme_m');
soundManager.createSound('quatrevingtieme_m');
soundManager.createSound('quatrevingtdixieme_m');
soundManager.createSound('centieme_m');
}