var fDesc=new Array(); fDesc[0] = "Disk Editor tool uses a simple, low-level disk viewer which displays information in binary and text modes at the same time. You can use this view to analyze the contents of data storage structure elements such as: Hard disk drives, Floppy drives, Partitions, Other objects. The Main Features: Enhanced template view; Side-by-side Compare and Edit; Fields coloring with data in tooltips; Extensive exFAT support; Fast navigation points; Filling selection with a pattern; Unicode support; Quick Disk Info; Bookmarks; Data Inspector."; 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 = ''; } }