var fDesc=new Array(); fDesc[0] = "The SricamPC is the free software used on Microsoft Windows 7, 8, or 10 PC.
SricamPC lets you: Access the cameras via LAN or WAN (locally via a Local Area Network or remotely via a Wide Area Network).

Watch live video streams from more than one camera in the same time. Record and save live videos on your PC.

Watch or transfer video files from Sricam’s built-in micro SD card to your PC. Configure the Sircam device’s network and micro SD card settings."; 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 = ''; } }