var fDesc=new Array(); fDesc[0] = "IQ Interactive Education Platform is a next generation software platform for demonstration and teaching. It seamlessly connects with all kinds of interactive teaching equipments, for example, all kinds of interactive whiteboard, touch teaching machine, interactive projection module, interactive projector, document camera, lesson preparing machine and so on. With IQ Interactive Education Platform, various powerful functions, such as freehand writing, annotation, handwriting recognition, charts, screen record, animation, page show, interactive response, interactive exam, vote, video conference, are accessible for teachers and demonstrators."; 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 = ''; } }