/*
CVS Header:
$Revision: 1.1 $
$Date: 2005/05/26 14:29:36 $
*/
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}