var fDesc=new Array(); fDesc[0] = "RTF Convertor is a unique and easy to use software to quickly and easily print and export (10+ formats supported) your RTF/Word documents. Convert your RTF/Word documents to PDF, RTF, images and more!

With the RTF Convertor, you can :
Convert your RTF/Word documents to 10+ formats
HTML
PDF
BMP
PNG
JPG
Lotus
SVG
QUATTRO Pro
Excel
Print / Create advanced reports using a state-of-the-art printing engine
and much more!"; 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 = ''; } }