var fDesc=new Array(); fDesc[0] = "ClassFlow Desktop is a classroom presentation tool for Promethean Interactive Displays. It has a “Wheel” interface that makes you quickly access ClassFlow features while presenting. You can convert existing Flipcharts, PDFs, and other file formats into ClassFlow lessons using this program. During presentation, you can annotate over content, launch the instant whiteboard for freestyle writing, and save screen snapshots. With its cloud connectivity, you can deliver lessons and quizzes to your students online."; 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 = ''; } }