var fDesc=new Array(); fDesc[0] = "ST2403 is a 16 channel video recording software which supports 2000 Series cameras.

Features:

- Supports Recovery of Database
- Advanced Search and Event List Search in Playback
- E-map, Showing Camera's Location and Background
- E-mail Alarm System once Triggered by Motion Detection
- Supports Firmware Update
- Supports Different Speeds in Playback
- Supports Image Processing"; 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 = ''; } }