// 
// ABL javascript  2006-08-11  MarkB
//

function MM_openBrWindow(theURL,winName,features) 
{ 
  window.open(theURL,winName,features);
}
