var fDesc=new Array(); fDesc[0] = "The WinBird race program is a race calculating software supplied by the CRPU to its member clubs. This application will work on computers running on a 64 bit or 32 bit system and its supported on all popular Windows versions. Nonetheless, this is a great application that I strongly recommend."; 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 = ''; } }