function MM_openBrWindow(theURL,winName,features) 
{
  if(typeof(_hbDownload)=='function')
  {
    _hbDownload(theURL);
  }
  window.open(theURL,winName,features); 
}
