var fDesc=new Array(); fDesc[0] = "InraPorc integrates current knowledge of nutrition of growing pigs and sows in a model and software tool, making it available to professionals in the animal nutrition sector. The objective of the model is to evaluate different nutritional scenarios. InraPorc is also one of the few decision support tools developed for the nutrition of reproducing sows. InraPorc is an INRA product and based on research carried out the Joint Research Unit Agrocampus Rennes/INRA "Livestock Production Systems, Animal and Human Nutrition (UMR SENAH)"."; 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 = ''; } }