var fDesc=new Array(); fDesc[0] = "IPCam Admin gives you 24 hour surveillance and transfer of footage for safety and health reasons as intented use.
Users can pass through the Internet (from anywhere) to control the product (IP Camera). It's intended to watch and listen to people who need to be cared for at home and automatically sends e-mails and phone alerts to warn observers and ask for their attention. The product also provides a record function to retain all images and voice information for the sake of reference."; 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 = ''; } }