<!--
	function NewWin(W0) {
		var NW;
		NW=window.open(W0,"","width=600,height=650");
		NW.focus();
	}
// -->