<!--
function fOpenBrWindow(theURL,winName,features) { //v2.0
  features = features + ",left=20,top=0";
	window.open(theURL,winName,features);
}
//-->