var MethodNames = new Array();
MethodNames[0] = "Unknown";
MethodNames[1] = "Cut away the outer stem";
MethodNames[2] = "Harvest the Root pith";
MethodNames[3] = "Trim the Root fibres";
MethodNames[4] = "Snip the leaf stems";
MethodNames[5] = "Peel back the stem base";
MethodNames[6] = "Scrape off the stem pith";
MethodNames[7] = "Remove the Tap Root";
MethodNames[8] = "Pick out the seeds";
MethodNames[9] = "Crush the stems";
MethodNames[10] = "Pluck the leaves";
MethodNames[11] = "Squeeze out the sap";
MethodNames[12] = "Scrape away the leaf hair";

var LeafTypes = new Array();
LeafTypes[0] = "Accordian";
LeafTypes[1] = "Edged";
LeafTypes[2] = "Eye";
LeafTypes[3] = "Fern";
LeafTypes[4] = "Flower";
LeafTypes[5] = "Lobed (Oak)";
LeafTypes[6] = "No Leaves";
LeafTypes[7] = "Notched";
LeafTypes[8] = "Other";
LeafTypes[9] = "Ribbed";
LeafTypes[10] = "Seashell";
LeafTypes[11] = "Small Spear";
LeafTypes[12] = "Spear";
LeafTypes[13] = "Straight Veined";
LeafTypes[14] = "Striped";
LeafTypes[15] = "Two Colour";
LeafTypes[16] = "Veined Lengthwise";

var StemTypes = new Array();
StemTypes[0] = "Blossom";
StemTypes[1] = "Bulb";
StemTypes[2] = "Converging Multistem";
StemTypes[3] = "Creeping";
StemTypes[4] = "No Stem";
StemTypes[5] = "Other";
StemTypes[6] = "Trunk";
StemTypes[7] = "Grass";

var Colours = new Array();
Colours[0] = "Blue";
Colours[1] = "Brown|Grey";
Colours[2] = "Green";
Colours[3] = "Orange";
Colours[4] = "Red";
Colours[5] = "Violet";
Colours[6] = "White";
Colours[7] = "Yellow";
Colours[8] = "Pink";
Colours[9] = "Black";

var Stats = new Array();
Stats[0] = "Str";
Stats[1] = "Dex";
Stats[2] = "End";
Stats[3] = "Spd";
Stats[4] = "Con";
Stats[5] = "Foc";
Stats[6] = "Per";

var FilterNames = new Array();
FilterNames[0] = "Name";
FilterNames[1] = "Method";
FilterNames[2] = "Leaf Type";
FilterNames[3] = "Stem Type";
FilterNames[4] = "Colour";
FilterNames[5] = "Colour 2";
FilterNames[6] = "Stats";
FilterNames[10] = "Notes";
FilterNames[11] = "Sightings";
