function MM_openBrWindow(theURL,wunName,features) { //v2.0
	var win=window.open(theURL,wunName,features);
	win.focus();
}