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('nord_m');
soundManager.createSound('le_nord_m');
soundManager.createSound('nordest_m');
soundManager.createSound('le_nordest_m');
soundManager.createSound('est_m');
soundManager.createSound('lest_m');
soundManager.createSound('sudest_m');
soundManager.createSound('le_sudest_m');
soundManager.createSound('sud_m');
soundManager.createSound('le_sud_m');
soundManager.createSound('sudouest_m');
soundManager.createSound('le_sudouest_m');
soundManager.createSound('ouest_m');
soundManager.createSound('louest_m');
soundManager.createSound('nordouest_m');
soundManager.createSound('le_nordouest_m');
}