function rc(evnt)
{if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null)
{if (evnt.which>=2){alert("right-click disabled! :)");return false;}}else
{if (event.button>=2){alert("Sorry! You require webmaster's permission !!!! ");}}}document.onmousedown=rc;
if (document.layers)window.captureEvents(Event.MOUSEDOWN);window.onmousedown=rc;
