var fDesc=new Array(); fDesc[0] = "TouchIT Board™ works in conjunction with your data projector and your computer to create a touch-based interactive whiteboard where you have full control of your PC from the Board. The TouchIT Board™ works just like a mouse allowing both left and right click functionality at the board. No longer do you have to be stuck behind your computer on a desk to teach a class, the TouchIT Board™ enables you to have full control at the board allowing you to really engage with your students"; 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 = ''; } }