var fDesc=new Array(); fDesc[0] = "Cabalim software calculates horses feed requirements and estimates the nutritionally balanced ration according to work.

Choose a balanced ration according to requirements, and validate it with ratios (dry matters/calories, Ca/P, Zn/Cu, etc), manage your own horse feed list including technical characterics and prices, foresee the total feed requirments and related cost for the a certain time period ( week, month, year).

You can also plan and manage horse care with the possibility of using alarms on scheduled dates, classify your horses by strings, by location or by customer (veterinary doctor...) and print all datas by string, horse, feed requirement card, feed table or care. You can print the feed requirement card with your own logo and details."; 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 = ''; } }