<!--
 document.onmousedown = new Function("if (event.button==2) return false;");
 document.oncontextmenu = new Function("return false;");
 -->
