<!--
	function click()
		{
			if(event.button>1)
				{
					alert("Copyright 2004 Dirk Harbring");
				}
		}
	document.onmousedown=click;
//-->