var fDesc=new Array(); fDesc[0] = "With Birds Evolution Pro, you are now able to manage in an easy way (friendly-user interface, customizable) your complete breeding results, including features of genealogy, genetics (no genetic prediction feature yet), invoices, expenses, show results, and some other great features dedicated to the bird breeding management.

Main features:

- Enter birds from a table, it will automatically generate individual cards preloaded with the information that you've provided.
- Direct input from the Family Tree, simple and faster, automatically link parents to every bird entered.
- Most operations, like the creation of new birds, are taking less than 15 seconds.
- The interface is made to manage things faster than any other software."; 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 = ''; } }