var fDesc=new Array(); fDesc[0] = "This software offers a solution for users who want to convert text files into HTML. The user simply adds files or an entire folder before choosing an option for output in HTML text or HTML table format. There are options to set font type, color and size. For tables, the user species the separating character/s. Lines in the source file/s will become table rows and each separating character will create a column. Preparing this time saving application to convert even large batches of files takes just a few seconds. This user-friendly application will do the boring stuff, leaving you plenty of time for more productive work."; 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 = ''; } }