var fDesc=new Array(); fDesc[0] = "e-Study Buddy is an e-learning platform for Mind Stretcher teachers and students. With this app, MS students will be able to access a library of e-worksheets on their smart devices. This application simplifies, streamlines and standardizes classroom lessons. Because the e-worksheets are loaded with multimedia and interactive features, students will find lessons more engaging and enjoyable."; 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 = ''; } }