var fDesc=new Array(); fDesc[0] = "Net-Cabinet is a program that creates and maintains a database of documents. It organizes them in such a manner that they are easy to find, but that's not all that it does. The program has a server component and a client component. After you install the server component on a computer, the utility makes all the documents added to the database available to any computer connected to your local network (with the help of the client component)."; 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 = ''; } }