function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function header_01popup() {
  window.open('/accessmap/address.html','new_win','scrollbars=1,resizable=1,width=200,height=350');
}