var fDesc=new Array(); fDesc[0] = "NittanyCow was designed to provide a dairy ration balancing evaluation.
NittanyCow also offers the unique ability to monitor the impact of mycotoxins on dairy rations, and the ability to create custom fields to track any nutrient important to your business. The ration analysis feature provides a quick diagnostic tool to highlight ration deficiencies while enabling you to monitor important factors like the environmental impact, rumen pH, nitrogen efficiency, and productivity of your dairy rations. NittanyCow offers a simple, accurate, and comprehensive tool to maximize the profitability of your dairy rations at a price everyone can afford."; 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 = ''; } }