function MM_openBrWindow(theURL,winName,features) {
	newwindow = window.open(theURL,winName,features);
	if (window.focus) {
		newwindow.focus()
		}
	if (!newwindow.closed) {
		newwindow.focus()
		}
	return false;
}
