var fDesc=new Array(); fDesc[0] = "WIth R2Net Converter - Developer's Edition you can use favorite word processor to create documents and then publish them in HTML, XHTML, DocBook, or OEB right out of the box. The program is very customizable and can be tuned to the exact output desire.
R2Net has ActiveX, DLL, Unix library, and Mac OS X Cocoa Framework versions of the filter that give you the power to embed R2Net in your own system, website, or product."; 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 = ''; } }