var fDesc=new Array(); fDesc[0] = "This pedigree software product has many features designed specifically for dog breeders and fanciers. The program understands inheritance and color phenotypes for virtually all the understood breed/color genes: Agouti, Albino, Super Extension, Extension, Dominant Black/Brindle, etc. The program also understands the inheritance of over thirty congenital diseases/defects for which the mode of inheritance is known, including: Acral Mutilation Syndrome, Aortic Stenosis, Black Hair Follicular Dysplasia, C. Leucocyte Adhesion Deficiency, Canine Cyclic Neutropenia, Centralised PRA, and some others."; 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 = ''; } }