	function stopIt()
	{
		document.getElementById("myID").stop();
	}
	function startIt()
	{
		document.getElementById("myID").start();
	}