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