var fDesc=new Array(); fDesc[0] = "When connected to a unit, its easy to switch from viewing live images to playing recorded images. Search filters enable users to go to a specific date and time to begin playback. Additional searches can be conducted using the following variables:

- Specific date/time range
- Camera (all or some)
- Alarm inputs (all or some)
- Events (motion/alarm linked to event, and transaction text)
- Combinations of time/date, camera, and event.

WaveReader can also be used to remotely view live or recorded video while recording the images to your local hard drive for quick access. It can also be connected via telephone lines but the functionality will be limited."; 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 = ''; } }