var fDesc=new Array(); fDesc[0] = "GENUP contains a number of learning modules. Each of these is designed to help you master concepts in Quantitative Genetics and its application to Animal Breeding. These modules are largely algorithm-based rather than information-based, meaning that you are given opportunities to play with the properties of the subject rather than be given information about the subject. The program runs under Microsoft Windows 95/98/NT."; 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 = ''; } }