var fDesc=new Array(); fDesc[0] = "MyLocator2 is a free desktop app that checks your current software and updates your locator with the latest firmware. The program allows you to select just the features you want displayed and to lock-out the other features that you want hidden. MyLocator2 also provides an intuitive built-in utility that allows for easy data download of any saved "locate logs", especially for GPS users or locators requiring time and date stamp or SUE firms building underground utility maps."; 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 = ''; } }