var fDesc=new Array(); fDesc[0] = "GPS Mapping Software for Windows, Loading topographic maps, realtime navigation, track recording, manage GPS devices and more. The software can be used with various map formats including: GeoTiff, BSB Nautical Charts, AutoCad DXF files, ESRI Shapefiles. Using calibration you can also use scanned or downloaded JPG, BMP, GIF, PNG and TIF maps. The software can be used for survey, research, track and trace and more. The software has more then 3500 map projections build in."; 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 = ''; } }