var fDesc=new Array(); fDesc[0] = "NoteBoard is an excellent tool for creating notes and is a dedicated, simple and easy to use teacher led brain storming activity.
The notes can be linked or unlinked together and manipulated using touch. The notice board is limitless in size and has an intuitive touch interface for manipulating the view of the board and notes.
ActivExpressions can be used with the NoteBoard application, enabling users to interact and send text to the board. The ActivPen is used to write notes whilst your finger controls the menu."; 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 = ''; } }