// No rightclick script
function click() {
if (event.button==2) {
alert('This material is Copyright Protected.\nCopyright © FINARAMA.')
}}
document.onmousedown=click