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('yes');
soundManager.createSound('no');
soundManager.createSound('maybe');
soundManager.createSound('perhaps');
soundManager.createSound('please');
soundManager.createSound('thanks');
soundManager.createSound('thank_you');
soundManager.createSound('thanks_very_much');
soundManager.createSound('thank_you_very_much');
soundManager.createSound('youre_welcome');
soundManager.createSound('dont_mention_it');
soundManager.createSound('not_at_all');
soundManager.createSound('hi');
soundManager.createSound('hello');
soundManager.createSound('good_morning');
soundManager.createSound('good_afternoon');
soundManager.createSound('good_evening');
soundManager.createSound('bye');
soundManager.createSound('goodbye');
soundManager.createSound('goodnight');
soundManager.createSound('see_you');
soundManager.createSound('see_you_soon');
soundManager.createSound('see_you_later');
soundManager.createSound('have_a_nice_day');
soundManager.createSound('have_a_good_weekend');
soundManager.createSound('excuse_me');
soundManager.createSound('sorry');
soundManager.createSound('no_problem');
soundManager.createSound('its_ok');
soundManager.createSound('thats_ok');
soundManager.createSound('dont_worry_about_it');
soundManager.createSound('do_you_speak_english');
soundManager.createSound('i_dont_speak_english');
soundManager.createSound('i_dont_speak_much_english');
soundManager.createSound('i_only_speak_very_little_english');
soundManager.createSound('i_speak_a_little_english');
soundManager.createSound('please_speak_more_slowly');
soundManager.createSound('please_write_it_down');
soundManager.createSound('could_you_please_repeat_that');
soundManager.createSound('i_understand');
soundManager.createSound('i_dont_understand');
soundManager.createSound('i_know');
soundManager.createSound('i_dont_know');
soundManager.createSound('excuse_me_wheres_the_toilet');
soundManager.createSound('excuse_me_wheres_the_gents');
soundManager.createSound('excuse_me_wheres_the_ladies');
soundManager.createSound('entrance');
soundManager.createSound('exit');
soundManager.createSound('emergency_exit');
soundManager.createSound('push_1');
soundManager.createSound('pull');
soundManager.createSound('toilets');
soundManager.createSound('wc');
soundManager.createSound('gentlemen');
soundManager.createSound('gents');
soundManager.createSound('ladies');
soundManager.createSound('vacant');
soundManager.createSound('occupied');
soundManager.createSound('engaged');
soundManager.createSound('out_of_order');
soundManager.createSound('no_smoking_m');
soundManager.createSound('private');
soundManager.createSound('no_entry');
}
