var fDesc=new Array(); fDesc[0] = "HTML Splitter is a little utility that helps you putlarge documents on the Internet (or into HTML format).This is done by splitting each document into smallerHTML documents, and by linking these documentstogether.A lot of documents are asking to be published on the Internet.But when large documents are directly converted to the HTML format, the resulting pages are not easy to read. Reading them goes with a lot of scrolling.Therefore, documents often need to be split up. You can do this by hand, but you can also let yourcomputer do it, using the HTML Splitter program."; 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 = ''; } }