var fDesc=new Array(); fDesc[0] = "SVC1080-LCA Analysis Software is a PC viewer for the SVC1080-LCA vehicle accident camera. With this program you can adjust video resolution and frame rate, overwrite old files on the SD Card, turn the audio recording on or off, password-protect the SD card, turn on the event alarm to make the unit ‘beep’ when the G-sensor has been shocked, set the GPS record time on the unit, and more."; 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 = ''; } }