var fDesc=new Array(); fDesc[0] = "It is a program designed to manage and configure the RoadHawk HD dash camera. When you run the RoadHawk HD program it will look for the SD card from the RoadHawk HD camera. Once you insert the SD card from the camera in to your computer it will list all the video files on that card on the right side of the screen. Additionally, the program will display the vehicle's speed, a G-Force sensor and location on Google map."; 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 = ''; } }