var fDesc=new Array(); fDesc[0] = "Quantum Central Management Software is for use with the Vista Quantum PLUS and EVO ranges of DVRs.
This software allows you to:
- Connect to multiple Quantum PLUS or EVO DVRs
- Display live images from multiple units
- Review playback from multiple units
- Download archived footage
- Configure the settings of units remotely."; 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 = ''; } }