//<!--
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function viewInfo(theLayer,x,y,e){
	var NS = (navigator.appName == 'Netscape');

	if (NS){
		var mouseX = e.pageX+x;
		var mouseY = e.pageY+y;		
		document.layers[theLayer].top=mouseY;
		document.layers[theLayer].left=mouseX;
		document.layers[theLayer].visibility='show';
	}

	if (!NS){
		var mouseX = event.clientX+document.body.scrollLeft+x;
		var mouseY = event.clientY+document.body.scrollTop+y;
		document.all[theLayer].style.top=mouseY;
		document.all[theLayer].style.left=mouseX;
		document.all[theLayer].style.visibility='visible';
	}
}

function enlarge(imgsrc,photo,idxphoto)
	{
	eval("MM_swapImage('"+imgsrc+"','','"+photo+"',1);");
	if (idxphoto!=999)
		{ document.getElementById("titles").innerHTML = phototitles[idxphoto]; }
	}

//-->
