var fDesc=new Array(); fDesc[0] = "The professional version of GPS TrackMaker® is for those users that need area calculation, data transfer to Microsoft Excel®, import and export to AutoCad® and ArcView®, and other advanced functions.
The program uses a hardware key or dongle, an electronic plug that works as an unlock password for GTM PRO®. The plug is easily connected to the USB port, and must be present when GPS TrackMaker Professional® is being executed. The plug doesn't interfere in the operation of the printer, scanner or other devices."; 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 = ''; } }