var fDesc=new Array(); fDesc[0] = "With introduction of the second generation of SPORTident equipment first time each customer can edit an competition specific layout for the split time sheets and load it in the BS7-P printout station. With the software SI-Print the headline and footer can be entered. It is of special importance that control station code numbers can be replaced by ordinary text strings."; 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 = ''; } }