var fDesc=new Array(); fDesc[0] = "The backupcenter allows you to take backups of your data.

PowerView is a complete advanced digital surveillance system, designed to meet the requirements of modern security. High compression rates and image quality, real-time video plus audio recording, and I/O information On Screen Display (OSD) monitoring, makes it a dependable first choice for industrial application needing an all-in-one state of the art solution that is ready for continuous 24 hours a day operations and prepared for integration into large networks with centralized control CMS (Central Monitoring System), Backup Center for remote backup, Video Integration System and access control system. Easy installation, simple operation, advanced functions and remote management makes PowerView the answer to many security needs in any applications."; 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 = ''; } }