var fDesc=new Array(); fDesc[0] = "XSight HD Viewer is a professional camera software designed specifically to meet the needs of the classroom. This app employs touch, pen and whiteboard friendly navigation with right sized and easy to click icons. With PiP you embed your webcam into the document camera image and take snapshots or record video with both the document camera and your PiP camera captured."; 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 = ''; } }