var fDesc=new Array(); fDesc[0] = "Kintraks is an animal record system which is useful for any breeder or animal enthusiast. Simply enter the species and breed to customize it to any animal of your choice. Use a variety of storage options and functions to enhance and simplify your animal breeding and record keeping.

Main features:

- Export your pedigree to other file formats including Adobe Acrobat for email or Web.
- Nine information tabs show different aspects of your animals - Notes, Family Tree, Descendants, Matings, Health, Shows, Sold Stock, Inbreeding coefficient and Contacts.
- Add a background and logo to your pedigrees - create your own or use one from our collection
- Custom fields allow you to store your own choice of animal details and display them in your pedigree"; 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 = ''; } }