var fDesc=new Array(); fDesc[0] = "EvaPig is a calculator of energy, amino acid and phosphorus values of ingredients and diets for growing and adult pigs.
EvaPig includes the chemical composition and nutritive values for the pig of about 100 reference ingredients, mostly derived from the INRA-AFZ Tables.

You can create new ingredients either by copying and modifying the reference ingredients, or by using your own data.

You can also create complete diets either by mixing ingredients or by providing a chemical composition.
Specific and generic equations will calculate energy, amino acid and phosphorus values."; 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 = ''; } }