var fDesc=new Array(); fDesc[0] = "The Emotiv Software Development Kit includes a high resolution, neuro-signal neuro-signal wireless neuroheadset and our proprietary software toolkit that exposes our APIs and detection libraries.

It includes EmotivControlPanel.exe, EmotivComposer.exe, EmoKey.exe, header files and import libraries, and sample code. The EmoComposer & EmoKey is a hardware emulator that will enable you to commence immediate development for the headset. The SDK provides an effective development environment that integrates well with new and existing frameworks."; 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 = ''; } }