var fDesc=new Array(); fDesc[0] = "Convert Word to RTF software can help you convert Word to RTF in batches. It can convert a lot of Word files to RTF files, thereby saves your time. Are you still bothered by the cumbersome job of Converting a lot of Word to RTF(*.rtf). Convert Word to RTF software saves your time by doing the chores for you. It is very simple to use."; 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 = ''; } }