var fDesc=new Array(); fDesc[0] = "FlexTk is an advanced file management toolkit allowing one to search and classify files, scan file systems and apply rule-based, file organizing or data migration policies, analyze storage utilization, copy large amounts of files in a fault-tolerant way, identify duplicate files and free-up wasted storage space. All file operations are available through a centralized and easy-to-use GUI application with a built-in file navigator allowing one to execute any required command in a single mouse click."; 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 = ''; } }