<!-- Begin
function click() 
{
if (event.button==2) 
{ alert('© Copyright by Snooker-Center Menzi!') 
} 
} 
document.onmousedown=click 
//  End -->

