//<!--
	
function openBrWindow(theURL,winName,features) { 
	  disp=window.open(theURL,winName,features)
	  disp.focus();
	}
//-->
