var fDesc=new Array(); fDesc[0] = "mLibro is an offline extension to any eLearning Platform enabling users to work with interactive content on any of their devices in an offline environment. It provides a set of offline applications allowing to play back mAuthor and mInstructor interactive content without Internet connection. It offers the on-demand download of individual lessons as well as whole courses and assignments."; 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 = ''; } }