var fDesc=new Array(); fDesc[0] = "Alchemy Network Inventory is a powerful, flexible and cost-effective solution for inventorying your network computers. It allows the network administrator to collect information about hardware and software installed on the client workstations easily and fast. It does not require installing the client module on the client PCs that saves a lot of time to the system administrators. This asset management tool will collect your network inventory information, provide the Network Administrator with the detailed comprehensive reports and allow to export assets details to external storages, such as SQL database or web site."; 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 = ''; } }