var fDesc=new Array(); fDesc[0] = "AminoCow® features a Windows compatible interface. The spreadsheet format shows you the impact of ration changes on nutrient supply quickly and easily. The full nutrient profile, including amino acid content, is included to help you better balance your rations. The amino acid supply calculations have been field tested and validated with the latest dairy nutrition research.

AminoCow® is a simple, common-sense approach to generating sound dairy rations that can help improve the life and productivity of your dairy cows."; 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 = ''; } }