// JavaScript Document
function click(){if (event.button==2)alert('Copyright by KwaiYanWatch');}document.onmousedown=click;