function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,'_self');
  return false;
}

