var fDesc=new Array(); fDesc[0] = "PideXX is a multilingual management software for the club, with which pigeon data can be inserted, changed or deleted, both in the PC and in the clocking device. In addition PideXX offers MS Excel-based evaluation as well as the export of the complete “race files” for 3rd party evaluation software. When using the BENZING M1 device, the complete season map can be created and downloaded with the PideXX software."; 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 = ''; } }