var fDesc=new Array(); fDesc[0] = "It's an usefull application for people who want to convert their RTF (Ritch Text Format) files to HTML (Hyper Text Markup Language) files.

Facts about RTFtoHTML:

This application is FREEWARE, no spyware or adware - it means that you can use it for free and there are not strings attached!

Application is Windows 95/98/Me/NT/2000/XP/Vista compatible.

Files to download:

Compiled Windows application to convert RTF to HTML.

C (Visual C 6.0 project) source codes of RTF to HTML conversion engine."; 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 = ''; } }