function showPic2 (whichpic,whattitle) {
	var target, target2;
	
	
	if (document.images.pic_z)
		target=document.images.pic_z;
	if (document.all && document.getElementById("pic_z"))
		target=document.getElementById("pic_z");
		
	//target.height = 216;
	target.width = 289;
	target.src = whichpic;
	
	
	//if (document.photoGalleryCaption)
	//	target2=document.photoGalleryCaption;
	//if (document.all && document.getElementById("photoGalleryCaption"))
	target2=document.getElementById("photoGalleryCaption");

	
	//alert(target2);
	
	target2.innerHTML = "<img src='/img/quotes-left.gif' alt=' '>" + whattitle + "<img src='/img/quotes-right.gif' alt=' '>";
	

}
