function newWindow(pw,ph,pictrejpg) {
	var pictreWindow = window.open(pictrejpg, "", "width="+pw+",height="+ph+",scrollbars=1");
	pictreWindow.focus();
	}
