
var isNav = (navigator.appName == "Netscape") ? true:false;
function no() {
 var code = isNav ? which:event.button
 if(code == 2 || code == 3) {
  alert("© LEV MUSIC 2005 - 2006");
 }
}     
document.onmousedown = no;
if(isNav) {document.captureEvents(Event.MOUSEMOVE | Event.MOUSEDOWN);}