	function handleEvent()
	{
		if(event.button==2)
		{
			alert( 'Copyright © 2003 E-Motion Systems Corporation' ) ;
		}
	}

	// RUN at beginning of program
	// document.onmousedown = handleEvent ;
	

