var fDesc=new Array(); fDesc[0] = "Race Technology is a software analysis application. It supports sample rates of up to 1kHz, with the appropriate hardware, ideal for high speed signals including shock rate analysis. It offers full HD video support - load in video from your GoPro and use it directly for data/Video analysis and add overlays for video export. The interface has been optimised for speed and simplicity - just a few clicks and you are done."; 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 = ''; } }