var fDesc=new Array(); fDesc[0] = "Create powerful learning interactions in minutes without additional coding
Publish as standalone learning interactions or link them together to create powerful learning experiences. Easily incorporate your custom interactions into Storyline, Captivate, Lectora, PowerPoint, Adobe Acrobat PDF and others.

Seamless integration with all major vendors including Blackboard, Moodle, and many others. Track user performance data using xAPI, SCORM, AICC, JavaScript or Flash Shared Object."; 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 = ''; } }