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('nordest_m');
soundManager.createSound('est_m');
soundManager.createSound('sudest_m');
soundManager.createSound('sud_m');
soundManager.createSound('sudovest_m');
soundManager.createSound('ovest_m');
soundManager.createSound('nordovest_m');
}