var fDesc=new Array(); fDesc[0] = "This tool is a set of 22 components that can make your life much easier if you develop programs that works with disks like Hard, Floppy, CD, RAM, Network, shell and file system. The DiskControls pack contains: two advanced search engines, which will find any file or folder by specified criterias, the FolderListView, the FolderMonitor, the VirtualDrives engine and the File Tail utility."; 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 = ''; } }