var fDesc=new Array(); fDesc[0] = "SV series Digital Surveillance System is the perfect security solution for home, office, or other place. You can monitor live camera video indoor, and also view the camera remotely; with the Motion Detection and I/O Alarm, intruder or any suspicious event will be recorded in digital video.

Fatures:

-Enhanced MPEG-4 Compression Technologies;
-Supports up to 32 Channel Cameras per PC;
-Video & E-Map Display Model;
-Smart Recording Video Search Playback;
-Advanced Motion Detection;
-Networking"; 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 = ''; } }