var fDesc=new Array(); fDesc[0] = "Modern Teacher is a desktop application that comes with the teacher laptop to allow teachers to prepare lesson plans using the available lesson plans templates and the available resources libraries and questions bank. The lesson plans provided with the application are suggested lesson plans that can be customized by teachers to fit their teaching needs."; 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 = ''; } }