var fDesc=new Array(); fDesc[0] = "RTF-2-HTML v8, the market leader in RTF to HTML and HTML to RTF conversion, mainly due to its perfect conversion capability and EasyBytes 24/7 fanatical technical support.RTF-2-HTML is a pure component (.NET Assembly and COM Dll editions) that allows developers to very easily convert Rich Text Formatted data (RTF) into HTML and convert HTML into RTF."; 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 = ''; } }