This is the method I use to work with flags and their string counter-parts when working on non-OO projects. It's nice because it keeps these flag strings out of global scope,
while only using one static copy of the array through the entire lifespan of the script.