<!--
function showPicture(picNum) {
		wHeight = 620;
		wWidth = 620;
		win = this.open("popup.htm?" + picNum, "picWin", "toolbar=no,menubar=yes,location=no,scrollbars=no,resizable=yes,width=" + wWidth + ",height=" + wHeight + ",screenX=0,screenY=0,left=0,top=0");
}
//-->
