// -----------------
//  Additional Java Resources
// 
//
// 
// -----------------
	function EvalSound(soundobj) {
	  var thissound= eval("document."+soundobj);
	  thissound.Play();
	}