var fDesc=new Array(); fDesc[0] = "The Solution For Creating Rich-Media E-Learning ContentAuthorware is the leading visual authoring tool for creating rich-media e-learning applications for delivery on corporate networks, CD/DVD, and the Web. Develop accessible applications that comply with learning management system (LMS) standards. Create content by importing Microsoft PowerPoint presentations and integrating them with other media, and then monitor student progress with data-tracking and database connectivity features. Easy To Learn And UseOptimized For ExpertsComplies With StandardsIntuitive Authoring ToolsAuthoring PowerRich-Media SupportStandards SupportAccessibility"; 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 = ''; } }