var fDesc=new Array(); fDesc[0] = "Disk Performance Analyzer for Networks (DPAN) is a free tool allowing you to monitor fragmentation across a network quickly and easily. With DPAN 2.0 you can identify performance bottlenecks, scan systems from one access point, and pinpoint system problems before they become help desk headaches. Now with DPAN 2.0 you no longer have to guess how much fragmentation is affecting the systems in your network. Zero in on performance-robbing fragmentation, without having to run painstaking manual analysis on each system."; 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 = ''; } }