function ko() {window.open("","kom","width=440,height=540,left=130,top=55,scrollbars=yes,menubar=no")};

function right(e) { 
if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) { 
alert("Copyright, All Rights Reserved!");
return false; } 
return true; } 
document.onmousedown=right; 
if (document.layers) window.captureEvents(Event.MOUSEDOWN); 
window.onmousedown=right;

document.oncontextmenu = function() {return false;};
