// JavaScript Document

function NRC(e) { if(navigator.appName=="Netscape"){
if(e.which==3||e.which==2) { return false; return true }}
else { event.cancelBubble=true; event.returnValue=false }}
if(navigator.appName=="Netscape") window.captureEvents(Event.MOUSEDOWN)
document.oncontextmenu=NRC; window.onmousedown=NRC

function elcursor(elem)
{
   elem.style.cursor='pointer';
}

