var son = new Array();
son[0]='<embed src="http://www.film-making.com/Audio.wav" hidden=true autostart=true loop=1" style="height:0;">';
son[1]='<embed src="http://www.film-making.com/justblue.mid" hidden=true autostart=true loop=1" style="height:0;>';
//vous pouvez ajouter ou supprimer des sons
function music(n)
{ fond_musical.innerHTML=son[n]; }


