var fDesc=new Array(); fDesc[0] = "OpenBoard is an open source cross-platform teaching software for interactive whiteboard designed primarily for use in schools and universities. It can be used both with interactive whiteboards or in a dual-screen setup with a pen-tablet display and a beamer.
Easy to Install
Simply download and start using it right away. No registration required.
Open Source
OpenBoard is released under the GPLv3 License and maintained by the community on GitHub.
Universal
Available on Windows, Mac and Linux so you can stay with what you like the most.
Simple
OpenBoard is easy to use yet powerful. It is a tool that can help you do your job and does not get in the way.
K-12 to Academia
Engage K-12 Student with interactive courses or give the perfect lecture at University.
Handwriting
Use a pen tablet, an interactive whiteboard or even a mouse to write and annotate your course. We are constantly working the improve the writing experience."; 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 = ''; } }