var fDesc=new Array(); fDesc[0] = "Interactive white-boards provide a cost effective and real-time global teleconferencing advantage. From Remote PC operation that lets you use an electronic pen like a mouse to email distribution of board notes, interactive white-boards offer all the options to keep ideas and information flowing.
By connecting the Interactive Panaboard to a computer, the information written on the Interactive Panaboard is displayed on the computer in real-time.This is called the White-board mode. Connect the Interactive Panaboard to a computer that is connected to a projector and use the projector to project the image onto the Interactive Panaboard. This is called the Projector mode."; 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 = ''; } }