// JavaScript Document
function runSound(soundObject) {
  var thissound=document.getElementById(soundObject);
  thissound.Play();
}