var fDesc=new Array(); fDesc[0] = "With introduction of the second generation of SPORTident equipment first time each customer can update the firmware of SPORTident sations BSx7/8 independently in an easy and relable way.
This enables to improve and extend the features of the SPORTident stations very fast and uncomplicated.
The update process runs automatically after start and takes 90 seconds only."; 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 = ''; } }