var fDesc=new Array(); fDesc[0] = "CloudView is a standards-based network management and monitoring system (NMS). It can auto-discover, monitor and perform many functions with virtually any vendor SNMP or TCP/IP devices. It provides consistent geographical view of your whole network (thousands of IP nodes), helps with its configuration, monitoring and troubleshooting. It can run as simple standalone GUI application as well as complex distributed system for multiple concurrent remote users. CloudView provides full FCAPS functionality per TMN standards, so it can be successfully used in both enterprise and service provider networks with carrier-grade reliability. It is scalable for any network size. It is supported on multiple platforms, including Windows, Linux, Mac OS and Raspberry Pi. It provides secure remote access from any platform, including mobile devices."; 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 = ''; } }