var fDesc=new Array(); fDesc[0] = "Martis is a software program for the Win32 platform to create and edit GPS vector maps visually with the focus on Garmin® devices and maps.

A special attention was given to ease of use. If you ever worked with a vector graphics program you'll be familiar with creating Maps in a minimum of time. You just have to draw some lines and points. However, the creation of GPS maps is not a trivial task and it takes a lot of time to create a good map even for a small area."; 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 = ''; } }