var fDesc=new Array(); fDesc[0] = "TopoMapCreator provides a set of GIS tools that helps creating topographic maps. It consists of 5 programs: ExtendedMapCreator allows you to create "Topographic Maps" from OSM, NASA and ESA, MapCreator is a GIS toolset for creating Topographic Maps, GeoToolsCmd provides the same GIS toolset as the MapCreator, but accessible over the Command-Prompt, TopoMap allows you to download specific Maps, and EcwToMobile allows you to convert an ECW file to a Mobile App Format."; 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 = ''; } }