function MM_openBrWindow(theURL,winName,features) {	mywindow = window.open(theURL,winName,features);	mywindow.location.href = theURL;	if (mywindow. opener == null) mywindow.opener = self; }