var fDesc=new Array(); fDesc[0] = "Ninja Platinum Article Rewriter is a software designed for extract information from TXT files. Browse through your hard disk and select the folder where you want the software to extract information from. This folder should contain articles in TXT format which can be opened with notepad. Once you select the folder, article tool will detect all the TXT files and will list them below."; 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 = ''; } }