var fDesc=new Array(); fDesc[0] = "Cervus is a computer program for assignment of parents to their offspring using genetic markers. Cervus uses likelihood, a well-established statistical method for parentage analysis, to assign parentage. Cervus introduces two key enhancements to this process:
1) Likelihood ratios are calculated allowing for the possibility that the genotypes of parents and offspring may be mistyped.
2) Cervus determines via simulation the level of confidence in the parentages it assigns.

P.S. Cervus is free for non-commercial use only.
A licence fee is payable for commercial use."; 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 = ''; } }