var ZMenuArray = []; 
ZMenuArray["index.html"] = [];
ZMenuArray["index.html"]["name"] = "Home";
ZMenuArray["index.html"]["parent"] = "";
ZMenuArray["index.html"]["self"] = "index.html";
ZMenuArray["index.html"]["index"] = "0";
ZMenuArray["about_us.html"] = [];
ZMenuArray["about_us.html"]["name"] = "About Us";
ZMenuArray["about_us.html"]["parent"] = "index.html";
ZMenuArray["about_us.html"]["self"] = "about_us.html";
ZMenuArray["about_us.html"]["index"] = "1";
ZMenuArray["services.html"] = [];
ZMenuArray["services.html"]["name"] = "Services";
ZMenuArray["services.html"]["parent"] = "index.html";
ZMenuArray["services.html"]["self"] = "services.html";
ZMenuArray["services.html"]["index"] = "2";
ZMenuArray["locations.html"] = [];
ZMenuArray["locations.html"]["name"] = "Locations";
ZMenuArray["locations.html"]["parent"] = "index.html";
ZMenuArray["locations.html"]["self"] = "locations.html";
ZMenuArray["locations.html"]["index"] = "3";
ZMenuArray["employment.html"] = [];
ZMenuArray["employment.html"]["name"] = "Employment";
ZMenuArray["employment.html"]["parent"] = "index.html";
ZMenuArray["employment.html"]["self"] = "employment.html";
ZMenuArray["employment.html"]["index"] = "4";
ZMenuArray["contact_us.html"] = [];
ZMenuArray["contact_us.html"]["name"] = "Contact Us";
ZMenuArray["contact_us.html"]["parent"] = "index.html";
ZMenuArray["contact_us.html"]["self"] = "contact_us.html";
ZMenuArray["contact_us.html"]["index"] = "5";
var GlobZIndexfile = "index.html";