function NewWin(W0) {
	var NW;
	NW=window.open(W0,"","scrollbars=1,width=590,height=600");
	NW.focus();
}

