var fDesc=new Array(); fDesc[0] = "Ration Mix helps you with the calculation in an easy and fast way.

Features:
- Unlimited users number, each user is composed by the feed database and the formulas stored
- The feed database allow the input oof raw materials up to 1000 with up to 150 Nutrients each
- It's possible to manage the feed database cells as formular, taking advantage of the spreadsheet
- Ingredients copy, so you can modify without damaging the original data
- Creation of formulas of up to 50 ingredients x 50 nutrients with they respectives minumun and maximun limits
- Up to 10 Ratios between nutrients
- Formula saving as a new ingredient
- Contribution per ingredient window
- Allows the diet evaluetion by entering the values manually
- Formulas storage
- Reports generation
- Option to print and export Reports, in Excel version prior to 2007 are exported in HTML format, version 2207 and 2010 are exported as PDF
- Graphical display of results
- Option to load the full program into a USB to work on any computer with Excel"; 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 = ''; } }