function NewWin(W0) {
	var NW;
	NW=window.open(W0,"","scrollbars=yes,width=540,height=650");
	NW.focus();
}
