<!--
/* prelevato ed illustrato su http://www.web-link.it */
function EvalSound(soundobj) {
  var thissound= eval("document."+soundobj);
  thissound.Play();
}
// end  -->

