function openLargePhoto(oImg,oCaption) {
	window.open("/content/popup.aspx?image=" + escape(oImg) + "&caption=" + escape(oCaption),"image","status=0, width=615, height=420, resizable=1, scrollbars=1")
}