function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}





//function fixedSize(url,name,features) {
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	//win = window.open(url,name,features);
//}