var fDesc=new Array(); fDesc[0] = "RationPRO MVP is a ration balancing software for dairy producers. After installing RationPRO MVP an audio/video tutorial will help you learn all of the mechanics involved in creating a ration. The easy-to-use interface allows you to learn the mechanics of the program quickly with very little memorization. Allows for over 40 different nutritional constraints plus min/max for each ingredient. You can customize your work area to show ration analysis on left, right, top or bottom of the screen."; 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 = ''; } }