var fDesc=new Array(); fDesc[0] = "With CattleMax CS you can keep your cattle records in a manageable herd.
Whether you are in it for the profit, the pleasure or a little of both, the survival of your cattle operation hinges on your ability to make good decisions. And good decisions start with good information. Does your current record keeping system give you access to what you need, when you need it? Is it accurate? Is it easy to use? Is it fun? CattleMax CS cattle software is all those things."; 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 = ''; } }