function noContextMenu(){parent.hfr.ovcp();return false;}
document.oncontextmenu=noContextMenu;
function right(e){
var e=(e||event);if((e.button&&e.button==2)||(e.which&&e.which==3)){
parent.hfr.ovcp();return false;}return true;}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
shortcut("Cmd+P",function(){parent.hfr.ovcp();});
shortcut("Ctrl+P",function(){parent.hfr.ovcp();});

