function EvalSound(sound) {
var thissound=document.getElementById(sound);
thissound.Play();
}
