var fDesc=new Array(); fDesc[0] = "Adobe® FrameMaker® Server 10 software extends the power of Adobe FrameMaker 10 software in an automated, server-based environment. Leverage the seamless integration with leading content management systems [Microsoft SharePoint, EMC Documentum] to use them as sources or destinations. Configure, customize, schedule tasks, and publish unstructured and structured content [including XML and DITA content] to multiple channels such as PDF, HTML, WebHelp, Adobe AIR®, Adobe FlashHelp®, electronic publishing EPUB, JavaHelp, EclipseHelp, and OracleHelp for Java™, as well as multiple devices [mobiles, eBook readers and tablets]."; 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 = ''; } }