var fDesc=new Array(); fDesc[0] = "Folder Maker is a batch tool that allows you to create dozens of folders and files effortlessly and easily. Enumeration allows you to number your folders and files, while prefix and postfix options allow total customisation of folder names and file names to aid in categorisation of your files. Enhanced CSV support allows creation of custom folder and file names, provided in a delimited text file."; 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 = ''; } }