var fDesc=new Array(); fDesc[0] = "VAMPP is 1st choice of dairymen. Vampp Dairy Management Software is leading the way with on farm, innovative, dairy management software.
- A point and click Windows program.
- Simple to use.
- Has all data, details and summaries at your finger tips ... integrated into useful ON-FARM management information
- Designed for producers, veterinarians, nutritionist and consultants.
- Canadian owned, supported and continually updated."; 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 = ''; } }