var fDesc=new Array(); fDesc[0] = "CamProtect is a utility that allows you to send the image grabbed by your Web Cam or IP Cam to ProtectView Server. You worry for your home or office? Cam Protect and ProtectView Server help to track safety and will inform you if something happen. Our server motion detection feature to alert you immediately when activity is detected. The alert will send on your Cell phone or by an Email. In any time you will acces the image grabbed by your Cam with our Web site. You can use Cam Protect with your FTP server."; 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 = ''; } }