document.write('<link REL="stylesheet" TYPE="text/css" media="screen" HREF="../a/mouse.css" >');

   var menu; 
        function showMenu (evt) { 
            if (document.all && window.navigator.appName == "Microsoft Internet Explorer") { 
            document.all.contextMenu.style.pixelLeft = event.clientX; 
            document.all.contextMenu.style.pixelTop = event.clientY; 
            document.all.contextMenu.style.visibility = 'visible'; 
            return false; 
        } 
            return true; 
        } 
        if (document.all && window.navigator.appName == "Microsoft Internet Explorer") 
        document.oncontextmenu =showMenu; 
