document.onmousedown=click
function click() {
if ((event.button==2) || (event.button==3)) {
alert("Bad Command !!!");
alert("Disable RightClick");
alert("copyright©2001-2004 buyunk@buyunk.net");
}}


