function loadSound() {
window.document.mp3player.SetVariable('loaded','0');
window.document.mp3player.SetVariable('file', applicationUrl + 'candidat/configuration/media/65963.mp3');
window.document.mp3player.SetVariable('var0','load');

}

function playSound() {
loadSound();
window.document.mp3player.SetVariable('var2','play');
}

function stopSound() {
window.document.mp3player.SetVariable('var3','pause');
}
