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

