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

