var fDesc=new Array(); fDesc[0] = "MOUSE COLONY is a user-friendly relational database that allows researchers to focus more on their experiments and less on the day-to-day maintenance of their laboratory mice. Mouse Colony program that now creates efficient avenues to reduce the time and expense in managing colonies while increasing the amount of control for the researcher. For instance, you can set up features like the scheduler to remind you daily of what animals need to be paired or weaned, retrieve familial pedigrees, experimental results, and data analyses. The cage inventory provides a quick way to access the age, sex and genotype of all your animals on one page."; 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 = ''; } }