<!-- // Begin hiding from old browsers



/*******************************************************

*this is just a copy of my NO RIGHT CLICK I

*by lecitona

*http://lugar.de/lecitona

*lecitona@lugar.de

********************************************************/



// (Rightclick:) This section disables right click in MSIE and Netscape

function right(evnt) {

if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {

if (evnt.which >= 2){

alert("We're sorry! We have disabled the ability to right click... Copyright © 2002");

return false;

}

}

else

if (event.button>=2)

alert("We're sorry! We have disabled the ability to right click... Copyright © 2002, 2003");

}

document.onmousedown=right;

if (document.layers) window.captureEvents(Event.MOUSEDOWN);

window.onmousedown=right;

// (Resize:) End rightclick disable section



// End hiding -->
