
var collection_types = [
		[	'Arthropods' ]
	,	[	'Entomology (Insects/Spiders)' ]
	,	[	'Herbarium' ]
	,	[	'Herpetology (Amphibians and Reptiles)' ]
	,	[	'Ichthyology (fishes)' ]
	,	[	'Mammals' ]
	,	[	'Vertebrates' ]
	,	[	'Zoology' ]
	,	[	'Natural History Museum (Diverse Collections)' ]
];

var collection_sizes = [
		[	'?/0 - 5,000', '0,5000' ]
	,	[	'5,001 - 10,000', '5001,10000' ]
	,	[	'10,001 - 20,000', '10001,20000' ]
	,	[	'20,001 - 50,000', '20001,50000' ]
	,	[	'50,001 - 100,000', '50001,100000' ]
	,	[	'100,001 - 250,000', '100001,250000' ]
	,	[	'250,001 - 1,000,000', '250001,1000000' ]
	,	[	'1,000,000+', '1000001,100000000' ]
];
