	function au_play(sound){
		document.getElementById(sound).Play();
	}


	function au_stop(sound){
		document.getElementById(sound).Stop();
	}
