var fDesc=new Array(); fDesc[0] = "iSpy is our free, open-source video surveillance platform. iSpy runs as an installed windows application with a full local User Interface. You can use iSpy and iSpyConnect (web based access to your iSpy server) for free on the same network iSpy is running on. Remote access and web services (Email/ SMS/ Twitter/ Cloud) require a subscription. For remote access to work you must be able to port forward your router (which iSpy can usually do automatically). If you can't port forward your router then use Agent instead which provides remote access without port forwarding."; 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 = ''; } }