function LH_openBrWindow(theURL,winName,feature)
{
	var newwin;
	newwin=window.open(theURL,winName,feature);
	newwin.focus();
}