var fDesc=new Array(); fDesc[0] = "This is a component Java or .NET which allows to translate XSL-FO to the file formats used by Microsoft Word and OpenOffice. XMLmind XSL-FO Converter supports the output formats RTF (compatible with MS-Word 2000+ ), WordprocessingML ( compatible with MS-Word 2003+), Office Open XML ( compatible with MS-Word 2007+), OpenDocument (compatible with OpenOffice Writer 2.0.2+)."; 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 = ''; } }