var fDesc=new Array(); fDesc[0] = "Phone Inventory allows you to track all your Cisco IP Phones and maintain your inventory records. It connects to both your Call Manager servers as well as to the phones on your network to gather all available information on your phones to allow you to track configuration. Collections include information such as CUCM device configurations, phone models, hardware revisions, software versions and serial numbers. These data collections can then be filtered, viewed and exported at any time allowing you to view historical data of your environment."; 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 = ''; } }