var message="All photographs on this site are Copyright © 2003 www.L E N S MATRIX.com. No images may be downloaded or reproduced without prior written permission.";

function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

function loadImage(imgSrc, imgTitle)
{
this.document.thisForm.thisImage.src = "images/"+imgSrc;
var ie=document.all;
var dom=document.getElementById;
if (ie||dom) {
	tdiv = ie? imgId: document.getElementById("imgId");
	tdiv = eval(imgId);
	tdiv.innerHTML = "&quot;&nbsp;"+imgTitle+"&nbsp;&quot;";	
}
}

