
var newHelpWindow
function makeNewHelpWindow() {
  if (newHelpWindow) {newHelpWindow.close()}
  newHelpWindow = window.open("/drlinkquerym_help.html","Help",",scrollbars,dependent,width=352,height=400")
}


var subdivision
function findSubdivision() {
  if (subdivision) {subdivision.close()}
  subdivision = window.open("/cgi-apa3/APMCGI05?HTMCNTY=AL28&HTMSEARCH=SUBD&","SubdivisionCodes",",scrollbars,dependent,width=400,height=500")
}


var newSignonWindow
function makeNewSignOnWindow() {
  if (newSignonWindow) {newSignonWindow.close()}
  newSignonWindow = window.open("/signon.html","Sign","noscrollbars,dependent,width=285,height=355")
}

