<!--
function click()
	{
	if((event.button==2)||(event.button==3))
		{
		alert("  Copyright by Han Vogel\r" +
			"Tel: 06-53743193 / 023-5384536\r" +
			"Mail: foto@hanvogel.nl");
		}
	}
document.onmousedown=click
// -->

