var fDesc=new Array(); fDesc[0] = "Use RTF to HTML Converter to convert standard RTF files to HTML code. The tool uses IE internal conversion functions and should convert any standard rich text document. Please, note that RTF to HTML converter cannot process images and other external objects, in addition - not everything prodused by Word as rtf file will be converted - for example, table background colors may be lost, or some font settings... The best way to see the result is by converting the respective RTF file and check the output HTML code."; 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 = ''; } }