function click() {
if (event.button==2) {
alert("Please click the link in the bottom of this page,\nif you want to use any materials in this website !");
}
}
document.onmousedown=click

