function wopen(n){
  filename = "./townmap/tm_" + n + ".htm";
  comm = "toolbar=0,menuber=0,scrollbars=0,width=520,height=420";
  window.open(filename,"townmap",comm);
}

