var fDesc=new Array(); fDesc[0] = "Manage cattle records with cattle software that is affordable and easy to use. Maintain both Cow/Calf and Purebred records with Ranch Manager: Cattle Edition. Built for tracking cattle, Ranch Manager detects inbreeding, tracks cattle ID, pedigree, pasture location, and tracks animal movements. Historical Data produces a complete view of your cattle operation currently and for every year entered (including dead and unmanaged animals). Sort, filter, search, and navigate through Ranch Manager to retrieve and view data. Ranch Manager Software for your desktop is available in Windows and Macintosh platforms, including Windows 7 and Mac OS X."; 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 = ''; } }