Damn do I hate javascript!
If you want to use a simple no-right-clicking ban (without annoying pop-ups etc) simply use this as your
<body> code:
Code:
<body oncontextmenu="return false">
Basicly means that the page wont respond when a user right clicks - doesn't include any pop-ups...which is good.