var fDesc=new Array();
fDesc[0] = "Create professional pedigrees and track breeding for all animals (birds, dogs, cats, rabbits, etc.).
It's the easy-to-use software solution for creating pedigree charts and tracking breeding records.
Main features:
- Create custom pedigree charts and manage all your breeding records in one software package
- Configurable for your specific breeding stock
- Automatically calculate inbreeding coefficients. (Enhanced Version only)
- Easily setup multiple databases
- Your custom watermark on pedigrees (Really make an impression)
- Email pedigree charts
- Save pedigree charts in multiple formats
- Track breeding seasons (Enhanced Version only)
- Track breeding pairs (Enhanced Version only)
- Track offspring
- Breeding season reports (Enhanced Version only)
- Integrated spell checker
- Powerful data grids for searching your records.
- Built-in Backup/Restore, plus you can backup to a CD
- Customizable Database Fields
- Customizable Gender Values
- Customizable Rating System
- Add multiple photographs";
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 = '';
}
}