<!--
//		contextmenu.js

//		Copyright 1998-2009 Rob Zuiderwijk. All rights reserved.
//		------------------------------------------------------------------------

		function noshow()
			{
				return true;
			}

		function contextmenu()
			{
				document.oncontextmenu = noshow;
			}

//		------------------------------------------------------------------------
// -->