<!--

function playSound_GRIS() {
  document.all['BGSOUND_ID'].src='GRIS.wav';
}

function stopSound() {
 document.all['BGSOUND_ID'].src='GRIS.wav';

}
//-->


