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('wheres_the_ticket_office_m');
soundManager.createSound('where_do_i_get_the_to_southampton_from_m');
soundManager.createSound('where_do_i_get_the_bus_to_southampton_from_m');
soundManager.createSound('where_do_i_get_the_train_to_southampton_from_m');
soundManager.createSound('where_do_i_get_the_ferry_to_southampton_from_m');
soundManager.createSound('what_times_the_next_to_portsmouth_m');
soundManager.createSound('what_times_the_next_bus_to_portsmouth_m');
soundManager.createSound('what_times_the_next_train_to_portsmouth_m');
soundManager.createSound('what_times_the_next_ferry_to_portsmouth_m');
soundManager.createSound('this_has_been_cancelled_m');
soundManager.createSound('this_bus_has_been_cancelled_m');
soundManager.createSound('this_train_has_been_cancelled_m');
soundManager.createSound('this_ferry_has_been_cancelled_m');
soundManager.createSound('this_flight_has_been_cancelled_m');
soundManager.createSound('this_has_been_delayed_m');
soundManager.createSound('this_bus_has_been_delayed_m');
soundManager.createSound('this_train_has_been_delayed_m');
soundManager.createSound('this_ferry_has_been_delayed_m');
soundManager.createSound('this_flight_has_been_delayed_m');
soundManager.createSound('have_you_ever_been_to_m');
soundManager.createSound('have_you_ever_been_to_italy_m');
soundManager.createSound('yes_i_went_there_on_holiday_m');
soundManager.createSound('no_ive_never_been_there_m');
soundManager.createSound('ive_never_been_but_id_love_to_go_someday_m');
soundManager.createSound('do_you_get_travel_sick_m');
soundManager.createSound('how_long_does_the_journey_take_m');
soundManager.createSound('what_time_do_we_arrive_m');
soundManager.createSound('have_a_good_journey_m');
soundManager.createSound('enjoy_your_trip_m');
soundManager.createSound('at_the_travel_agents_m');
soundManager.createSound('id_like_to_travel_to_m');
soundManager.createSound('id_like_to_travel_to_spain_m');
soundManager.createSound('id_like_to_book_a_trip_to_m');
soundManager.createSound('id_like_to_book_a_trip_to_berlin_m');
soundManager.createSound('how_much_are_the_flights_m');
soundManager.createSound('do_you_have_any_brochures_on_m');
soundManager.createSound('do_you_have_any_brochures_on_switzerland_m');
soundManager.createSound('do_i_need_a_visa_for_m');
soundManager.createSound('do_i_need_a_visa_for_turkey_m');
}
