var fDesc=new Array(); fDesc[0] = "FeedMU (pronounce feed-mew) is a simple feed formulation program base upon Trials and Errors method and Linear Programming (simplex method) for least cost feed formula. FeedMU can be used for feed formulation as simple feed in animal farms and complex feed in feed mill. FeedMU is created for nutritionists, veterinarians, feed formulators, feed manufacturers and others involved in formulating diet for animals.

FeedMU is a Windows-based application developed using Visual Basic, a full-featured .NET application for feed formulation. FeedMU is easy to install, uncomplicated to manage, more viewpoints, dependable and comes with user’s expected features. Users can manage animal requirements, ingredients details, ingredients composition, etc., for formulating a well balanced diet.


Main Features:

- Feed formulation by Trials and Errors Method
- Formulate least cost feed formula by simplex method of linear programming
- Enhanced view point by equation
- Transfer requirements and ingredients data to others
- Save formula and classified by farmer's name (or customers)
- Export formula report to PDF format"; 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 = ''; } }