var fDesc=new Array();
fDesc[0] = "If you are a consulting veterinarian, nutritionist or a knowledgeable producer looking for an affordable least-cost feed formulation software, FeedLIVE is the best option for you. The reasons for this are quite straightforward.
- It contains only functions that you need. So, you are going to purchase something you really need to accomplish your job such as the ability to formulate a least-cost diet again and again with ease.
- It does not contain functions you hardly ever use such as functions that assist you in managing your feedmill. So, you are not going to buy something for keeping.
- It runs on Windows 95, 98 and NT. So, just click it and you will get what you want.";
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 = '';
}
}