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('di_che_colore_e_m');
soundManager.createSound('bianco_m');
soundManager.createSound('nero_m');
soundManager.createSound('rosso_m');
soundManager.createSound('giallo_m');
soundManager.createSound('blu_m');
soundManager.createSound('verde_m');
soundManager.createSound('grigio_m');
soundManager.createSound('arancione_m');
soundManager.createSound('rosa_m');
soundManager.createSound('viola_m');
soundManager.createSound('porpora_m');
soundManager.createSound('marrone_m');
soundManager.createSound('sfumature_di_colore_m');
soundManager.createSound('verde_chiaro_m');
soundManager.createSound('marrone_chiaro_m');
soundManager.createSound('blu_chiaro_m');
soundManager.createSound('verde_scuro_m');
soundManager.createSound('marrone_scuro_m');
soundManager.createSound('blu_scuro_m');
}
