var fDesc=new Array(); fDesc[0] = "CamShot monitoring software is a simple and easy-to-use surveillance software. It can capture the WebCam images and deliver the capture via Internet, you can receive the screen capture image at any time and any where.
CamShot has two monitoring modes Schedule Mode and
Motion Detect Mode. You can always get the latest picture."; 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 = ''; } }