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('ru_vocab_points_of_the_compass_1_m');
soundManager.createSound('ru_vocab_points_of_the_compass_2_m');
soundManager.createSound('ru_vocab_points_of_the_compass_3_m');
soundManager.createSound('ru_vocab_points_of_the_compass_4_m');
soundManager.createSound('ru_vocab_points_of_the_compass_5_m');
soundManager.createSound('ru_vocab_points_of_the_compass_6_m');
soundManager.createSound('ru_vocab_points_of_the_compass_7_m');
soundManager.createSound('ru_vocab_points_of_the_compass_8_m');
}