<!--
function MM_openBrWindow(theURL,anyName,features) { //v1.2
  window.open(theURL,anyName,features);
}

function MM_openWindow(theURL,anyName,launchAny,features) { //v1.0
  if (launchAny == ''){
    window.open(theURL,anyName,features);
  }
  else{
    var controller = window.open(theURL,anyName,features);
    if (controller.opener == null){
      controller.opener = self;
    }
    controller.opener.name = launchAny;
    return controller;
  }
}


function closeBrWindow() { //v1.0
  javascript:self.close();
}
//-->
