function click() 
{
if (event.button==2) 
{
alert('Copyright ITPS 2006\n\nWebdesign:\nIS Multi Media\nwww.ismm.nl');
}
}
document.onmousedown=click
