var fDesc=new Array(); fDesc[0] = "Qwizdom Interact is a presentation builder software similar to Microsoft PowerPoint but made exclusively for primary and secondary school classrooms and corporate training programs. The difference is that Qwizdom also includes built- in formative / summative assessment tools, student/user management tools, and presentation organizer. The exclusive individual mode allows single users to complete lessons or tests at work stations and have the results automatically available."; 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 = ''; } }