var fDesc=new Array(); fDesc[0] = "SizeExplorer Report Generator is a command line tool that let you generate reports from a live disk exploration or from a saved disk exploration from SizeExplorer (i.e. a .sef file) SEReport supports generation of reports into a variety of file formats like Excel (.xls), Lotus 123 (.wk1), Comma Separated Value (.csv), XML (.xml), Web page (.htm) or Text file (.txt). File listing report, folders report, extensions report, date distribution report and top 100 biggest files are just some examples of available reports."; 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 = ''; } }