var fDesc=new Array(); fDesc[0] = "TesioPower is a program that helps you create pedigrees and upgrade your stock. The program allows breeders, analysts and all others involved with the Thoroughbred to examine pedigrees, to spot potential flaws and build potential greatness. TesioPower is a tool that will help you with Thoroughbred pedigrees whether you wish to breed, buy or simply study to learn."; 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 = ''; } }