var fDesc=new Array(); fDesc[0] = "Text to HTML Converter is a free tool for plain text to html conversion. To convert your text file to html -- joust open the text file and press "convert" button... One "hidden" option is that you may convert html to html too.
There is one additional option: the preview window. Click "preview" if you want to see the converted (html) code in the integrated html browser."; 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 = ''; } }