function showPopupMenu(e) {if (!e) e=window.event; e.returnValue = false;}
document.oncontextmenu = showPopupMenu;
document.onselectstart = showPopupMenu;
