function EvalSound(soundobj) {
    var thissound=document.getElementById(soundobj);
    thissound.Play();
    return true;
}

