var fDesc=new Array(); fDesc[0] = "PopGen is a simulation program designed to clarify various population genetic events.
With PopGen you can simulate some deterministic and stochastic population genetic processes in a simple one locus, two allele system.

Benefits:

With the models of PopGen you can study how allele frequencies are affected by:

- Genetic drift
- Selection
- Migration

You can also study sample sizes you need to detect significant deviations from Hardy-Weinberg proportions, when:

- The studied population is divided to two subpopulations
- Allele frequencies are not similar in different sexes
- The mating is not random, but there is some inbreeding in the population

System requirements for Windows 16 bit version

Required at least:

- Processor: 386SX processor
- Operating system: Windows 3.x or Windows'95 operating system
- Graphics: VGA
- Hard disk space: - program files 200 KB
- documentation files 212 - 2357 KB

System requirements for Windows 32 bit version

Required at least:

- Processor: Pentium
- OS: Windows'95 operating system
- Graphics: SVGA
- Hard disk space: - 1.6 Mb temporary space during the installation
- 324 kb final space for program files
- 212-2357 KB for documentation files"; 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 = ''; } }