var fDesc=new Array(); fDesc[0] = "Upload the video or snapshot to the FTP Server automatically.
Remote monitoring the real time video from web browser
4 Cameras View.

It could view 4 webcams at the same time. And monitor 16 webcams at the same time. But you still could view more than four webcams by clicking the next button, or cycle the camera queue automatically.

It could make the following solutions:

-Remote Monitoring the real time video from your own web site
- Remote Monitoring the snapshot from your own web site

-Remote Monitoring the real time video from the web browser
-View as many as 4 webcams, monitor no more than 16 webcams at the same time
- Record the video of as many as 16 webcams by clicking the buttons

-Snap the shot of as many as 16 webcams by clicking the buttons
-Indict the weekly hours of remote monitoring of web browser
-Indict the weekly hours of firing FTP upload alerts. Different cameras could have different setting."; 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 = ''; } }