function makesound(soundobj){
	var thissound= eval("document."+soundobj)
    thissound.play()
}
