var fDesc=new Array(); fDesc[0] = "AMINODat is an interactive application designed to support the optimization of amino acid nutrition in feed operations. It is a very useful tool to get quick feedback on the amino acid content of animal diets. Using the ‘Diet evaluation’ functionality in combination with 76 ready-to-use species and phase-specific amino acid recommendations, you can easily determine whether the amino acid content of a diet fullfills the animal’s needs and if the amino acid pattern is balanced."; 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 = ''; } }