<!--//
function stopSound() {
               document.all.tags("bgsound")[0].volume = -10000; 
          } 
  function restartStop() {
               document.all.tags("bgsound")[0].volume = -1000;
          } 
//-->