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_phrases_general_conversation_1_m');
soundManager.createSound('ru_phrases_general_conversation_2_m');
soundManager.createSound('ru_phrases_general_conversation_3_m');
soundManager.createSound('ru_phrases_general_conversation_4_m');
soundManager.createSound('ru_phrases_general_conversation_5_m');
soundManager.createSound('ru_phrases_general_conversation_6_m');
soundManager.createSound('ru_phrases_general_conversation_7_m');
soundManager.createSound('ru_phrases_general_conversation_8_m');
soundManager.createSound('ru_phrases_general_conversation_9_m');
soundManager.createSound('ru_phrases_general_conversation_10_m');
soundManager.createSound('ru_phrases_general_conversation_11_m');
soundManager.createSound('ru_phrases_general_conversation_12_m');
soundManager.createSound('ru_phrases_general_conversation_13_m');
soundManager.createSound('ru_phrases_general_conversation_14_m');
soundManager.createSound('ru_phrases_general_conversation_15_m');
soundManager.createSound('ru_phrases_general_conversation_16_m');
soundManager.createSound('ru_phrases_general_conversation_17_m');
soundManager.createSound('ru_phrases_general_conversation_18_m');
soundManager.createSound('ru_phrases_general_conversation_20_m');
soundManager.createSound('ru_phrases_general_conversation_21_m');
soundManager.createSound('ru_phrases_general_conversation_22_m');
soundManager.createSound('ru_phrases_general_conversation_24_m');
soundManager.createSound('ru_phrases_general_conversation_25_m');
soundManager.createSound('ru_phrases_general_conversation_26_m');
soundManager.createSound('ru_phrases_general_conversation_28_m');
soundManager.createSound('ru_phrases_general_conversation_29_m');
soundManager.createSound('ru_phrases_general_conversation_30_m');
soundManager.createSound('ru_phrases_general_conversation_31_m');
soundManager.createSound('ru_phrases_general_conversation_32_m');
soundManager.createSound('ru_phrases_general_conversation_33_m');
soundManager.createSound('ru_phrases_general_conversation_34_m');
soundManager.createSound('ru_phrases_general_conversation_35_m');
soundManager.createSound('ru_phrases_general_conversation_36_m');
soundManager.createSound('ru_phrases_general_conversation_37_m');
soundManager.createSound('ru_phrases_general_conversation_38_m');
soundManager.createSound('ru_phrases_general_conversation_39_m');
soundManager.createSound('ru_phrases_general_conversation_40_m');
soundManager.createSound('ru_phrases_general_conversation_41_m');
soundManager.createSound('ru_phrases_general_conversation_42_m');
soundManager.createSound('ru_phrases_general_conversation_43_m');
soundManager.createSound('ru_phrases_general_conversation_44_m');
soundManager.createSound('ru_phrases_general_conversation_45_m');
soundManager.createSound('ru_phrases_general_conversation_46_m');
soundManager.createSound('ru_phrases_general_conversation_47_m');
soundManager.createSound('ru_phrases_general_conversation_48_m');
soundManager.createSound('ru_phrases_general_conversation_49_m');
soundManager.createSound('ru_phrases_general_conversation_50_m');
soundManager.createSound('ru_phrases_general_conversation_51_m');
soundManager.createSound('ru_phrases_general_conversation_52_m');
soundManager.createSound('ru_phrases_general_conversation_53_m');
soundManager.createSound('ru_phrases_general_conversation_54_m');
soundManager.createSound('ru_phrases_general_conversation_55_m');
soundManager.createSound('ru_phrases_general_conversation_56_m');
soundManager.createSound('ru_phrases_general_conversation_57_m');
soundManager.createSound('ru_phrases_general_conversation_59_m');
soundManager.createSound('ru_phrases_general_conversation_61_m');
}