var fDesc=new Array(); fDesc[0] = "WizIQ Recordor is an easy-to-use authoring tool for teachers to create synchronized video lectures. The program lets you record your voice over on the slides and simultaneously captures presentation slideshow and animations to create a powerful synchronized MP4 video file which you can use for your flipped classroom, online courses and MOOC sessions. WizIQ Recordor also lets you share your video lectures with students and colleagues via email from within PowerPoint."; 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 = ''; } }