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('si_m');
  soundManager.createSound('no_m');
  soundManager.createSound('tal_vez_m');
  soundManager.createSound('por_favor_m');
  soundManager.createSound('gracias_m');
  soundManager.createSound('muchas_gracias_m');
  soundManager.createSound('de_nada_m');
  soundManager.createSound('no_tiene_importancia_m');
  soundManager.createSound('no_pasa_nada_m');
  soundManager.createSound('hola_m');
  soundManager.createSound('buenas_m');
  soundManager.createSound('buenos_dias_m');
  soundManager.createSound('buenas_tardes_m');
  soundManager.createSound('adios_m');
  soundManager.createSound('buenas_noches_m');
  soundManager.createSound('nos_vemos_m');
  soundManager.createSound('nos_vemos_pronto_m');
  soundManager.createSound('hasta_luego_m');
  soundManager.createSound('que_tengas_un_buen_dia_m');
  soundManager.createSound('que_tengas_un_buen_fin_de_semana_m');
  soundManager.createSound('llamar_la_atencion_de_alguien_y_disculparse_m');
  soundManager.createSound('disculpe_m');
  soundManager.createSound('perdon_m');
  soundManager.createSound('no_hay_problema_m');
  soundManager.createSound('esta_bien_m');
  soundManager.createSound('no_te_preocupes_m');
  soundManager.createSound('habla_usted_espanol_m');
  soundManager.createSound('no_hablo_espanol_m');
  soundManager.createSound('no_hablo_mucho_espanol_m');
  soundManager.createSound('hablo_un_poco_de_espanol_m');
  soundManager.createSound('solo_hablo_un_poquito_de_espanol_m');
  soundManager.createSound('por_favor_hable_mas_despacio_m');
  soundManager.createSound('por_favor_escribalo_m');
  soundManager.createSound('podria_por_favor_repetir_eso_m');
  soundManager.createSound('comprendo_m');
  soundManager.createSound('entiendo_m');
  soundManager.createSound('no_comprendo_m');
  soundManager.createSound('no_entiendo_m');
  soundManager.createSound('lo_se_m');
  soundManager.createSound('no_lo_se_m');
  soundManager.createSound('disculpe_donde_esta_el_bano_m');
  soundManager.createSound('disculpe_donde_esta_el_aseo_m');
  soundManager.createSound('cosas_que_podrias_ver_m');
  soundManager.createSound('entrada_m');
  soundManager.createSound('salida_m');
  soundManager.createSound('empujar_m');
  soundManager.createSound('tirar_m');
  soundManager.createSound('salida_de_emergencia_m');
  soundManager.createSound('aseos_m');
  soundManager.createSound('wc_m');
  soundManager.createSound('caballeros_m');
  soundManager.createSound('senoras_m');
  soundManager.createSound('libre_m');
  soundManager.createSound('ocupado_m');
  soundManager.createSound('fuera_de_servicio_m');
  soundManager.createSound('no_fumar_m');
  soundManager.createSound('privado_m');
  soundManager.createSound('no_pasar_m');
}