<!--function noRightClick(evnt) {if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {if (evnt.which == 3){alert("Hello!");return false;}}else file://Microsoft Internet Explorerif (event.button==2)alert("Hello!");}document.onmousedown = noRightClick;//-->
