
function click() { if (event.button==2) { alert('copyright MATinternet 2004')}}
document.onmousedown=click


