var fDesc=new Array(); fDesc[0] = "LOGINventory6 is a popular network inventory software with integrated license management. It is easy to install, ready for immediate use and simple in handling. The quality of detected hardware and software details is superior. It provides overview and orientation for every grown IT landscape and is the ideal tool to administrate networks both in SME and in enterprise-class corporations with multiple sites."; 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 = ''; } }