var fDesc=new Array(); fDesc[0] = "Witness 1400AS XP Pro is a program designed to work with Witness XP Series video /audio surveillance system. 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. 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 = ''; } }