function click(e)
	{if (document.all)
		{if (event.button ==2)
			{alert ("Schachclub Gemmingen e.V. \n1. Vorstand: Klaus-Peter Reimold \n \neMail: erster.vorstand@schachclub-gemmingen.de");
			 return false;}}
	 if (document.layers)
		{if (e.which == 3)
			{alert ("Schachclub Gemmingen e.V. \n1. Vorstand: Klaus-Peter Reimold \n \neMail: erster.vorstand@schachclub-gemmingen.de");
			 return false;}}}
	if (document.layers)
		{document.captureEvents(Event.MOUSEDOWN);}
	document.onmousedown=click;