var fDesc=new Array(); fDesc[0] = "Video surveillance system allowing the remote monitoring of an area using a PC and a webcam, digital camera or camcorder. Images are periodically uploaded to your own website and can be viewed in a web browser from any computer connected to the Internet. Supports most webcams, digital cameras and camcorders connected to a video capture card or an USB port. Continuous monitoring by uploading an image after each user specified interval. Web browser view is automatically and periodically refreshed. Avoids unnecessary bandwidth usage as the connection to the remote server is limited to short periods at selected intervals. Option to manually take snapshots or make video recordings of the camera view as displayed in the monitor window. Configuration Wizard for quick setup of the program."; 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 = ''; } }