
function lecture(){
document.getElementById('fondsonoreIE').Play();
document.getElementById('fondsonoreIE').Play();
}

function arret(){
document.getElementById('fondsonoreIE').Stop();
document.getElementById('fondsonoreIE').Stop();
}
function lecture(){
document.getElementById('fondsonoreFF').Play();
document.getElementById('fondsonoreFF').Play();
}

function arret(){
document.getElementById('fondsonoreFF').Stop();
document.getElementById('fondsonoreFF').Stop();
}
function lecture(){
document.getElementById('fondsonore').Play();
document.getElementById('fondsonore').Play();
}

function arret(){
document.getElementById('fondsonore').Stop();
document.getElementById('fondsonore').Stop();
}

function cigale() { myWin= open("util/cigale.mp3", "displayWindow", "toolbar=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=0,width=180,height=120"); }


