var fDesc=new Array(); fDesc[0] = "XSLfast enables you to create countless corporate documents in a very short period of time. XSLfast supports the modern XML and XSL-FO technologies, so the resulting layout stylesheets can be easily integrated in many workflows and environments.
XSLfast shows you a graphical preview of your layout at all times. New objects can be directly created from the XSL tree, visible to the left of the window."; 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 = ''; } }