var fDesc=new Array(); fDesc[0] = "GMapTool is a free program for splitting and merging maps in Garmin format. Its main function is to merge maps in img format and split files in img format into mapset, maps, and subfiles of maps.

The application also installs mapsets for use with programs like Mapsource, BaseCamp, and HomePort. It is also able to edit map properties like map type, priority, transparency, name, and creation date, and modify maps, changing labels case, removing national characters, and replacing TYP files.

Windows version works with multiple languages. Additionally, command-line version gmt.exe can be used inside scripts for map processing."; 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 = ''; } }