var fDesc=new Array(); fDesc[0] = "Adobe eLearning Suite is an integrated toolbox for creating eLearning and HTML5-based M-Learning content. It offers the best tools for application simulation, product demos, digital imaging, rich animations, and audio production. Additionally, it helps you accelerate development with rapid prototyping, roundtripping workflows, and out-of-the-box assets like actors and smart interactions."; 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 = ''; } }