var fDesc=new Array(); fDesc[0] = "Use the XSight to drop live video from your Recordex document camera right into your favorite interactive whiteboard software. It has been noticed that students are more likely to pay attention to a recorded video if the teachers face is present in the recording. Enter Picture-in-Picture recording. 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. It is perfect for creating flipped video content."; 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 = ''; } }