//<![CDATA[
	// (C) 2003 CodeLifter.com<br>// Source: CodeLifter.com<br>// Do not remove this header<br>// Set the message for the alert box<br>am = "This function is disabled!";<br>// do not edit below this line<br>// ===========================<br>bV = parseInt(navigator.appVersion)<br>bNS = navigator.appName=="Netscape"<br>bIE = navigator.appName=="Microsoft Internet Explorer"<br>function nrc(e) {<br>if (bNS &amp;&amp; e.which &gt; 1){<br>alert(am)<br>return false<br>} else if (bIE &amp;&amp; (event.button &gt;1)) {<br>alert(am)<br>return false;<br>}<br>}<br>document.onmousedown = nrc;<br>if (document.layers) window.captureEvents(Event.MOUSEDOWN);<br>if (bNS &amp;&amp; bV&lt;5) window.onmousedown = nrc;
	//]]>