// Handle user clicking on taxon
function tvwDoTaxonDisplay(taxon)
{
	document.location='/wikidev/' + states[taxon];
}
