var fDesc=new Array(); fDesc[0] = "Dash Cam Player lets you easily view and organize files captured by your compatible Garmin device. You can fast-forward, rewind, pause, and mark your videos for easy viewing later; save video frames as a photo to document and share, browse, and sort videos, and more. It is compatible with Garmin Dash Cam 10/20/30/35, Garmin DriveAssist 50, and nüviCam and GDR E350/C300."; 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 = ''; } }