var fDesc=new Array(); fDesc[0] = "KP1 Analysis Software is a companion application for the KP1 Witness camera. The KP1 camera can record video and audio, GPS information, speed and vehicle information, like the alarm, G-Sensor, brake, speed Pulse and RPM together. The recorded information can be analyzed and played through the KP1 Analysis Software."; 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 = ''; } }