

function MM_openBrWindow(theURL,winName,features) { //v2.0
  w = window.open(theURL,'_self');
  return false;
}

function MM_openBrWindow1(theURL,winName,features) { //v2.0
  w = window.open(theURL,'_blank');// new open windown
  return false;
}
