function MM_openBrWindow(theURL,winName,features) { //v2.0
		features = "width=" + (screen.width -10) + ",height=" + (screen.height - 60) + ", top=0, left=0, directories=no, menubar=no, scrollbars=yes, status=no, resizable=yes";
		
	  window.open(theURL, winName, features);
}
