var fDesc=new Array(); fDesc[0] = "Multicam or multiple video source capable webcam/video capture application with GPS filter support, and supports most codecs such as DivX, XViD, FFDShow, etc.

DSGPS.ax - GPS Video Overlay, a DirectShow filter which retrieves GPS and OBD-II data from XPort and/either/or XOBD, and imprints GPS speed, time, date, course, longitude, latitude, MPG, RPM, AIT, CLV and other useful GPS data and OBD-II constantly monitored systems on the recorded video for playback of the video with embedded information."; 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 = ''; } }