var fDesc=new Array(); fDesc[0] = "The Interactive Panaboard program provides various functions to improve your meeting and presentation by connecting your PC and the Interactive Panaboard. The program can be used in two modes: the Projector mode and the Whiteboard mode. In Projector mode you can use a projector to project the image onto the Interactive Panaboard. In the Whiteboard mode, the information written on the Interactive Panaboard is displayed on the computer in real time."; 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 = ''; } }