var fDesc=new Array(); fDesc[0] = "PoiEditor is a software solution package for downloading and customizing road safety data. The software makes it easy to stay up to date with the latest road safety data also know as POI's(Points of interest), it also applies your personal preferences to the downloaded data. The PoiEditor also sends the data to your Garmin device or SSD Card by utilizing the Garmin Poi loader software."; 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 = ''; } }