var fDesc=new Array(); fDesc[0] = "More milk from your Cows! TDM brings you a new method of measuring feeds and managing your cows dietary needs for effectively. TDM focuses on the rumen acid proportions (VFAs), especially for the impact on avoiding acidosis and achieving maximum feed conversion efficiency (FCE). In the chart, feeds are arranged from left to right according to their contribution towards propionic VFA (for energy) and especially acetic VFA to more accurately achieve the optimum acidity (pH).Total Dry Matter Intake (DMI) is only achieved when the acidity of the rumen fluid exactly meets the needs of the cellulytic bugs, and the optimum production of the main rumen acids are absorbed directly through the rumen walls. We have designed a system that enables you to combine feeds according to the cows’ needs for stable environment within the rumen."; 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 = ''; } }