<!--
function rechtsklick() 
{
	if (event.button==2) 
	{
		alert('Dokumentenschutz !')
	}
}
document.onmousedown=rechtsklick
// -->
