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('forse_m');
  soundManager.createSound('per_favore_m');
  soundManager.createSound('grazie_m');
  soundManager.createSound('grazie_tante_m');
  soundManager.createSound('molte_grazie_m');
  soundManager.createSound('prego_m');
  soundManager.createSound('figurati_m');
  soundManager.createSound('si_figuri_m');
  soundManager.createSound('di_niente_m');
  soundManager.createSound('salutarsi_e_congedarsi_m');
  soundManager.createSound('ciao_hello_m');
  soundManager.createSound('salve_m');
  soundManager.createSound('buongiorno_m');
  soundManager.createSound('buon_pomeriggio_m');
  soundManager.createSound('buona_sera_m');
  soundManager.createSound('ciao_goodbye_m');
  soundManager.createSound('arrivederci_m');
  soundManager.createSound('addio_m');
  soundManager.createSound('buonanotte_m');
  soundManager.createSound('ci_vediamo_m');
  soundManager.createSound('ci_vediamo_presto_m');
  soundManager.createSound('a_presto_m');
  soundManager.createSound('ci_vediamo_dopo_m');
  soundManager.createSound('a_dopo_m');
  soundManager.createSound('buona_giornata_m');
  soundManager.createSound('buona_serata_m');
  soundManager.createSound('buon_fine_settimana_m');
  soundManager.createSound('buona_domenica_m');
  soundManager.createSound('attirare_lattenzione_di_qualcuno_m');
  soundManager.createSound('scusami_m');
  soundManager.createSound('mi_scusi_m');
  soundManager.createSound('scusa_m');
  soundManager.createSound('scusi_m');
  soundManager.createSound('non_ce_problema_m');
  soundManager.createSound('fa_niente_m');
  soundManager.createSound('non_fa_niente_m');
  soundManager.createSound('non_preoccuparti_m');
  soundManager.createSound('non_si_preoccupi_m');
  soundManager.createSound('farsi_capire_m');
  soundManager.createSound('parli_italiano_m');
  soundManager.createSound('parla_italiano_m');
  soundManager.createSound('io_non_parlo_italiano_m');
  soundManager.createSound('non_parlo_molto_bene_italiano_m');
  soundManager.createSound('parlo_poco_italiano_m');
  soundManager.createSound('parlo_italiano_solo_un_po_m');
  soundManager.createSound('parli_piu_lentamente_per_favore_m');
  soundManager.createSound('lo_scriva_per_favore_m');
  soundManager.createSound('puo_ripetere_per_favore_m');
  soundManager.createSound('capisco_ho_capito_m');
  soundManager.createSound('non_capisco_m');
  soundManager.createSound('altre_frasi_di_base_m');
  soundManager.createSound('lo_so_m');
  soundManager.createSound('non_lo_so_m');
  soundManager.createSound('scusi_dove_il_bagno_m');
  soundManager.createSound('cose_che_potreste_vedere_m');
  soundManager.createSound('entrata_m');
  soundManager.createSound('uscita_m');
  soundManager.createSound('spingere_m');
  soundManager.createSound('tirare_m');
  soundManager.createSound('uscita_di_emergenza_m');
  soundManager.createSound('wc_m');
  soundManager.createSound('uomini_m');
  soundManager.createSound('donne_m');
  soundManager.createSound('libero_m');
  soundManager.createSound('occupato_m');
  soundManager.createSound('guasto_m');
  soundManager.createSound('vietato_fumare_m');
  soundManager.createSound('privato_m');
  soundManager.createSound('divieto_dingresso_m');
}