
function EvalSound(soundobj) {
  var thissound= eval("document."+soundobj);
  thissound.Play();
}

