function EvalSound(soundobj) {
  var thissound= eval("document."+soundobj);
  thissound.Play();
}

function Sound()
{
	document.write('<embed src="menu.wav" autostart=false width=0 height=0 name="sound1" enablejavascript="true">')
}

