var fDesc=new Array(); fDesc[0] = "I-Views @-Witness XP Series is a PC based multi-channel video /audio surveillance system that utilizes the most advance digital video compression technologies to bring you the highest quality and performance. The @-Witness XP Series product range starts from the entry level CP-1400AS to the flagship CP-2160RD. Up to 32 cameras can be connected and view live on a local monitor screen or thru TCP/IP network. Video can be recorded basing on specifiable schedules or motion detection. You can store video clips in HDD or any optical storage device by using our EZBackup program."; 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 = ''; } }