var fDesc=new Array(); fDesc[0] = "Form Auto Fill is an application for automatic form filler and password manager. Form Auto Fill is developed for a wide range of users who want to simplify logon and filling forms. You can import forms information from files in CSV format so you can easily import information from any program e.g. Excel, Word, etc. that allows saving data in CSV format and much more"; 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 = ''; } }