if (document.layers) window.captureEvents(Event.MOUSEDOWN);
function pressed(e)
{
	if (event.button == 2)
	{
		alert('ACTION DISABLED! -- All images on this website are copyright Learn-N-Play LLC'); 
		return false;
	}
}
document.onmousedown=pressed;