var fDesc=new Array(); fDesc[0] = "Radio Quick Tracker is an easy-to-use software that lets you track all your 2-Way Radio inventory. With Radio Quick Tracker you can keep track of: How many radios are in a given location. How many radios are in a given department. How many radios are in the repair shop. How many radios did we lose this month. How many CP 200 radios to we have as opposed to CP150. And this is just the beginning. With Radio Quick Tracker, you are only limited by your imagination. With its instant drag-and-drop grouping capabilities, WYSIWYG instance reporting; information is just a few clicks away."; 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 = ''; } }