function NewWin(W0) {
	var NW;
	NW=window.open(W0,"","scrollbars=1,width=520,height=150");
	NW.focus();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
