var fDesc=new Array(); fDesc[0] = "It allows farmers and consultants to easily manage dairy cow diets to increase production and reduce costs. It was originally developed by the staff of the Department of Agriculture and Food, Western Australia as an ‘in-house’ tool for managing the dairy herds on the Vasse Research Station near Busselton, Western Australia."; 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 = ''; } }