var fDesc=new Array(); fDesc[0] = "The Promethean SDK is a programmer's toolkit which enables you to develop applications that will work seamlessly with a combination of Promethean hardware and software Learner response systems.
Integrate Promethean's K-12 world leading Learner Response Systems directly into your online and off-line applications. ActiVote, ActivExpression and ActivEngage, our computer based Learner Response software, are all supported.
The Promethean SDK also enables you to integrate inputs from ActivArena, our dual ActivPen technology.
The applications and response devices can operate with any brand of Interactive whiteboard or data projector - allowing for maximum flexibility and leverage of your existing technologies."; 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 = ''; } }