<!--

var fileName = new Array();

fileName[0] = "/on_the_playa/index.html";
fileName[1] = "/on_the_playa/brc_events.html";
fileName[2] = "/on_the_playa/performance/index.html";
fileName[3] = "/on_the_playa/performance/fire_conclave.html";
fileName[4] = "/on_the_playa/performance/perform_arch.html";
fileName[5] = "/on_the_playa/garbage_recycling/index.html";
fileName[6] = "/on_the_playa/garbage_recycling/take_trash.html";
fileName[7] = "/on_the_playa/garbage_recycling/reduce_trash.html";
fileName[8] = "/on_the_playa/garbage_recycling/recycling.html";
fileName[9] = "/on_the_playa/garbage_recycling/lighter_trash.html";
fileName[10] = "/on_the_playa/garbage_recycling/recycle_camp.html";
fileName[11] = "/on_the_playa/garbage_recycling/recycling_archive.html";
fileName[12] = "/on_the_playa/news_broadcasts/index.html";
fileName[13] = "/on_the_playa/news_broadcasts/gazette.html";
fileName[14] = "/on_the_playa/news_broadcasts/onsite_media.html";
fileName[15] = "/on_the_playa/news_broadcasts/radio.html";
fileName[16] = "/on_the_playa/playa_vehicles/index.html";
fileName[17] = "/on_the_playa/playa_vehicles/bikes_artcars.html";
fileName[18] = "/on_the_playa/playa_vehicles/no_driving.html";
fileName[19] = "/on_the_playa/playa_vehicles/dmv.html";
fileName[20] = "/on_the_playa/infrastructure/index.html";
fileName[21] = "/on_the_playa/infrastructure/brc_rangers.html";
fileName[22] = "/on_the_playa/infrastructure/ice.html";
fileName[23] = "/on_the_playa/infrastructure/center_cafe.html";
fileName[24] = "/on_the_playa/infrastructure/dpw.html";
fileName[25] = "/on_the_playa/tofu/index.html";
fileName[26]= "/on_the_playa/infrastructure/bus_service.html";
fileName[27] = "/on_the_playa/infrastructure/gate.html";
fileName[28] = "/on_the_playa/infrastructure/greeters.html";
fileName[29] = "/on_the_playa/infrastructure/info_services.html";
fileName[30] = "/on_the_playa/infrastructure/lamplighters.html";
fileName[31] = "/on_the_playa/infrastructure/media_mecca.html";
fileName[32] = "/on_the_playa/infrastructure/outside_services.html";
fileName[33] = "/on_the_playa/infrastructure/sanitation.html";
fileName[34] = "/on_the_playa/airport/index.html";
fileName[35] = "/on_the_playa/airport/airport.html";
fileName[36] = "/on_the_playa/airport/flying.html";
fileName[37] = "/on_the_playa/airport/air_play.html";
fileName[38] = "/on_the_playa/airport/tie_downs.html";
fileName[39] = "/on_the_playa/airport/faq_air.html";
fileName[40] = "/on_the_playa/emergency/index.html";
fileName[41] = "/on_the_playa/emergency/emergency.html";
fileName[42] = "/on_the_playa/environment_concerns/index.html";
fileName[43] = "/on_the_playa/environment_concerns/earth_guard.html";
fileName[44] = "/on_the_playa/environment_concerns/recycle_camp.html";
fileName[45] = "/on_the_playa/environment_concerns/lnt_outdoor.";
fileName[46] = "/on_the_playa/environment_concerns/lnt_home.html";
fileName[47] = "/on_the_playa/environment_concerns/tread_light.html";
fileName[48] = "/";

var friendlyName = new Array();

friendlyName[0] = "home";
friendlyName[1] = "brc 2001 playa events";
friendlyName[2] = "performance";
friendlyName[3] = "fire conclave";
friendlyName[4] = "performance archive";
friendlyName[5] = "garbage &amp; recycling";
friendlyName[6] = "where to take trash";
friendlyName[7] = "how to reduce trash";
friendlyName[8] = "recycling";
friendlyName[9] = "lighter, better smelling trash";
friendlyName[10] = "recycle camp";
friendlyName[11] = "recycling archive";
friendlyName[12] = "newspapers &amp; broadcast";
friendlyName[13] = "black rock gazette";
friendlyName[14] = "other onsite media";
friendlyName[15] = "radio free burning man";
friendlyName[16] = "vehicles at burning man";
friendlyName[17] = "bikes, art cars, carts, scooters";
friendlyName[18] = "driving on the playa";
friendlyName[19] = "dmv";
friendlyName[20] = "public infrastructure";
friendlyName[21] = "brc rangers";
friendlyName[22] = "camp arctica (ice vending)";
friendlyName[23] = "center camp caf&eacute;";
friendlyName[24] = "dept. of public works (dpw)";
friendlyName[25] = "feeding tofu to cowboys";
friendlyName[26] = "empire-gerlach bus service";
friendlyName[27] = "gate (community access)";
friendlyName[28] = "greeters";
friendlyName[29] = "information services";
friendlyName[30] = "lamplighters";
friendlyName[31] = "media mecca";
friendlyName[32] = "outside service providers";
friendlyName[33] = "sanitation";
friendlyName[34] = "airport";
friendlyName[35] = "airport description";
friendlyName[36] = "desert flying";
friendlyName[37] = "air play on the playa";
friendlyName[38] = "tie downs";
friendlyName[39] = "airport faq";
friendlyName[40] = "emergency";
friendlyName[41] = "emergency radio communications";
friendlyName[42] = "environment";
friendlyName[43] = "burning man earth guardians";
friendlyName[44] = "recycle camp";
friendlyName[45] = "leave no trace outdoor ethic";
friendlyName[46] = "leave no trace homepage";
friendlyName[47] = "tread lightly!";
friendlyName[48] = "home page";

section_color = "olive";

// -->