var fDesc=new Array(); fDesc[0] = "Garmap2 is a helpful navigation software for your computer.
Garmap2 displays the current location from your GPS , and you can read bitmap on the PC.
Garmap2 is an alternative to GPS, and you can record the track data in your PC. With this tool you export maps to your GPS device."; 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 = ''; } }