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('meses_m');
soundManager.createSound('enero_m');
soundManager.createSound('febrero_m');
soundManager.createSound('marzo_m');
soundManager.createSound('abril_m');
soundManager.createSound('mayo_m');
soundManager.createSound('junio_m');
soundManager.createSound('julio_m');
soundManager.createSound('agosto_m');
soundManager.createSound('septiembre_m');
soundManager.createSound('octubre_m');
soundManager.createSound('noviembre_m');
soundManager.createSound('diciembre_m');
soundManager.createSound('en_enero_m');
soundManager.createSound('en_febrero_m');
soundManager.createSound('en_marzo_m');
soundManager.createSound('en_abril_m');
soundManager.createSound('en_mayo_m');
soundManager.createSound('en_junio_m');
soundManager.createSound('en_julio_m');
soundManager.createSound('en_agosto_m');
soundManager.createSound('en_septiembre_m');
soundManager.createSound('en_octubre_m');
soundManager.createSound('en_noviembre_m');
soundManager.createSound('en_diciembre_m');
soundManager.createSound('estaciones_del_ano_m');
soundManager.createSound('la_primavera_m');
soundManager.createSound('el_verano_m');
soundManager.createSound('el_otono_m');
soundManager.createSound('el_invierno_m');
soundManager.createSound('en_primavera_m');
soundManager.createSound('en_verano_m');
soundManager.createSound('en_otono_m');
soundManager.createSound('en_invierno_m');
}
