<html>
<head>
<script language = "javascript">
<!--
function hideContextmenu(){
window.event.returnValue = false ;
}
//-->
</script>
</head>
<body oncontextmenu = "hideContextmenu()">
</body>
</html>