var fDesc=new Array(); fDesc[0] = "Does your consultant need to evaluate trends in your herd? Our DairyQuest Consultant Program allows consultants to quickly and easily evaluate data for trends using graphics and reports.
Unique features like the String/Pen Manager, BST Manager, and Performance Monitor give you the power and flexibility to make important decisions with ease and confidence."; 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 = ''; } }