// Open a pop-up window with specifications - KHackenberg (GOULD) 07/20/2007
function MM_openBrWindow(theURL,winName,features) 
{ 
  window.open(theURL, winName, features);
}

