var fDesc=new Array(); fDesc[0] = "i2V VMS Basic Edition is suitable for small and medium installations for 1- 100 cameras. Unique Price and feature combination results in saving time, reducing cost and optimizing resources for customers worldwide.

i2V Client-Server architecture gives flexibility to control and monitor surveillance parameters from multiple locations.

i2V Open Architecture and Interface virtually allows any camera to be added by specifying its URL. Cameras having standard, MJPEG, MPEG4, H264 codecs can be added using network protocols RTP/ RTSP/ HTTP/ UDP."; 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 = ''; } }