//#  Public Functions For www.stjohns-wolverley.org.uk  #//
//           © Copyright DiGi-Mastes.com 2003           #//


function ShowImg(imgLoc, imgWid, imgHei) {
	var szStr = new String("");
	if(imgWid) {
		szStr = "&w=" + imgWid;
	}
	if(imgHei) {
		szStr = szStr + "&h=" + imgHei;
	}
	window.open("showimage.htm?img=" + imgLoc + szStr, "largeImgWindow", "status,resizable,toolbar");
}