var fDesc=new Array(); fDesc[0] = "Deggy Control software is part of the Deggy guard tour solution, which lets you monitor the guards and tour guides in your organization. This application allows you to access and manage data captured from Deggy Pen, DLS, Deggy Supervisor’s Portable Downloader, Wireless Deggy Web, or Online DLS. You can print a variety of reports including tour quality, tour map."; 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 = ''; } }