var fDesc=new Array(); fDesc[0] = "INI-Edit is a very fast and easy to use program, for creating and editing INI files and for managing all your passwords safely. If you are working with INI files, INI-Edit will handle all the INI syntax and file structuring for you. If you are creating or you just want to change some values in the INI File, INI-Edit can be a great help, with its very fast search function and its ability to hide all comments."; 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 = ''; } }