var fDesc=new Array(); fDesc[0] = "Html to Word Doc Rtf Converter 3000 is a powerful and easy-to-use converter that is designed to convert HTML/Webpage of internet to Word, Excel, RTF, HTML, TEXT.
Main features:
- Support local HTML, HTM or URL.
- Simultaneously convert massive different format files to PDF once to save time and energy.
- Support delete the redundant blank line of document to convert to text.
- Support save the page of URL to TEXT with user-defined mode."; 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 = ''; } }