var fDesc=new Array(); fDesc[0] = "AniMap is a county boundary historical atlas for Windows.
Just about every researcher deals with the problem of finding an old town that has long-since disappeared from the map. Or, you have a known location but it was not in the same county 100 or 200 years ago. This application now has solutions to these problems.
It can display over 2,300 maps in color to show the changing county boundaries for each of the 48 adjacent United States for every year since colonial times."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }