var message="Yes, it is possible to steal this source code and my images.\n\n . . . But that doesn't mean I'm going to make it easy!!!";

function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (document.all&&window.print){
if (menuskin==0)
ie5menu.className="skin0"
else
ie5menu.className="skin1"
document.oncontextmenu=showmenuie5
document.body.onclick=hidemenuie5
}
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
