var fDesc=new Array(); fDesc[0] = "This PC software enables you to read any kind of SPORTident cards with SPORTident base stations and writes the records to text files, database, network connection and more. Documentation and samples are included in the setup. There is also the possibility to see the activity form with all the details available in a table."; 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 = ''; } }