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('ja_m');
soundManager.createSound('nein_m');
soundManager.createSound('vielleicht_m');
soundManager.createSound('bitte_m');
soundManager.createSound('danke_m');
soundManager.createSound('danke_schon_m');
soundManager.createSound('vielen_dank_m');
soundManager.createSound('bitte_schon_m');
soundManager.createSound('gern_geschehen_m');
soundManager.createSound('keine_ursache_m');
soundManager.createSound('nicht_der_rede_wert_m');
soundManager.createSound('hallo_und_auf_wiedersehen_sagen_m');
soundManager.createSound('hi_m');
soundManager.createSound('hallo_m');
soundManager.createSound('guten_morgen_m');
soundManager.createSound('guten_tag_m');
soundManager.createSound('guten_abend_m');
soundManager.createSound('tschuss_m');
soundManager.createSound('machs_gut_m');
soundManager.createSound('auf_wiedersehen_m');
soundManager.createSound('gute_nacht_m');
soundManager.createSound('bis_dann_m');
soundManager.createSound('bis_gleich_m');
soundManager.createSound('bis_bald_m');
soundManager.createSound('bis_spater_m');
soundManager.createSound('einen_schonen_tag_noch_m');
soundManager.createSound('schones_wochenende_m');
soundManager.createSound('jemanden_auf_sich_aufmerksam_machen_m');
soundManager.createSound('entschuldigen_sie_bitte_m');
soundManager.createSound('entschuldigung_m');
soundManager.createSound('kein_problem_m');
soundManager.createSound('das_macht_nichts_m');
soundManager.createSound('macht_nichts_m');
soundManager.createSound('machen_sie_sich_keine_sorgen_m');
soundManager.createSound('sich_verstandlich_machen_m');
soundManager.createSound('sprechen_sie_deutsch_m');
soundManager.createSound('ich_spreche_kein_deutsch_m');
soundManager.createSound('mein_deutsch_ist_nicht_sehr_gut_m');
soundManager.createSound('ich_spreche_ein_bisschen_deutsch_m');
soundManager.createSound('ich_spreche_nur_ein_kleines_bisschen_deutsch_m');
soundManager.createSound('konnen_sie_bitte_etwas_langsamer_sprechen_m');
soundManager.createSound('konnen_sie_das_bitte_aufschreiben_m');
soundManager.createSound('konnten_sie_das_bitte_wiederholen_m');
soundManager.createSound('ich_verstehe_m');
soundManager.createSound('ich_verstehe_nicht_m');
soundManager.createSound('andere_einfache_ausdrucke_m');
soundManager.createSound('ich_weiss_m');
soundManager.createSound('ich_weiss_nicht_m');
soundManager.createSound('entschuldigen_sie_bitte_wo_ist_die_toilette_m');
soundManager.createSound('schilder_die_man_haufig_sieht_m');
soundManager.createSound('eingang_m');
soundManager.createSound('ausgang_m');
soundManager.createSound('drucken_m');
soundManager.createSound('ziehen_m');
soundManager.createSound('notausgang_m');
soundManager.createSound('toiletten_m');
soundManager.createSound('wc_m');
soundManager.createSound('herren_m');
soundManager.createSound('h_m');
soundManager.createSound('damen_m');
soundManager.createSound('d_m');
soundManager.createSound('frei_m');
soundManager.createSound('besetzt_m');
soundManager.createSound('ausser_betrieb_m');
soundManager.createSound('rauchen_verboten_m');
soundManager.createSound('privat_m');
soundManager.createSound('kein_zutritt_m');
}
