var fDesc=new Array(); fDesc[0] = "Spartan Dairy 3 is a Windows-based, stand-alone computer program for use in evaluating and formulating diets for dairy cattle. It was designed to formulate reasonable diets in a relatively short period of time using the latest science.

Main features:

- A stand-alone program that runs on Windows 7 (64-bit), Vista, or XP
- Spreadsheet interface
- User-friendly: it retains features that made Spartan 2 popular
- Solid science: uses NRC 2001 and improvements developed at MSU
- Lots of information: 120 feed characteristics to help with troubleshooting
- Adaptable: balance a diet with just the “Home” tab or with all 120 columns
- Tested: used in teaching at MSU for 3 years and on test farms for 2 years
- Nutrient management information
- Several rations and feed libraries can be open at one time
- Feeds can be copied and pasted from one file to another and to and from MS Excel to facilitate updating feed analyses
- Reports can be previewed before printing
- Columns are movable
- Nutritional adequacy can be viewed in graphical form
- Works in pounds or metric"; 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 = ''; } }