window.oncontextmenu = function() { return false; };
Will this work on all major browsers such that the right click will not be initiated?
See this quirksmode page for a detailed compatibility table.