Create right click menu for your pages.
You can assign such a menu to any event of an object: on mouseover, on click, on double click, instead of a standard menu of a browser, etc.
To build the popup menu set the following menu parameter:
var popupMode=1;
Then assign code in the following format to the event you want:
return dm_popup(menuInd, pause, event, x, y)
menuInd - index of the menu on a page, >= 0. pause - determines the time when the menu will be hidden. event - constant. Do not change. x, y - optional. Set these parameters if you want the menu to appear in the specified place.
In other case the menu will be shown in the mouse position.