var fDesc=new Array(); fDesc[0] = "Power Pigeon version 4.1 is software created from suggestions and ideas of pigeon fanciers from around the world. The result is the best software for tracking racing results, show placings and managing your pedigrees, for effective breeding results, at an affordable price. If you don't need to track racing information or show data you can turn the features off individually so that Power Pigeon is customized to your needs."; 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 = ''; } }