



	function newWindow(pict) {
		pictWindow = window.open(pict, "directWin", "width=400,height=500,scrollbars=yes")
		pictWindow.focus()
	}


