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["news.html"] = [];
ZMenuArray["news.html"]["name"] = "News";
ZMenuArray["news.html"]["parent"] = "index.html";
ZMenuArray["news.html"]["self"] = "news.html";
ZMenuArray["news.html"]["index"] = "1";
ZMenuArray["gallery.html"] = [];
ZMenuArray["gallery.html"]["name"] = "Gallery";
ZMenuArray["gallery.html"]["parent"] = "index.html";
ZMenuArray["gallery.html"]["self"] = "gallery.html";
ZMenuArray["gallery.html"]["index"] = "2";
ZMenuArray["resources.html"] = [];
ZMenuArray["resources.html"]["name"] = "Resources";
ZMenuArray["resources.html"]["parent"] = "index.html";
ZMenuArray["resources.html"]["self"] = "resources.html";
ZMenuArray["resources.html"]["index"] = "3";
ZMenuArray["clubs_in_nz.html"] = [];
ZMenuArray["clubs_in_nz.html"]["name"] = "Clubs in NZ";
ZMenuArray["clubs_in_nz.html"]["parent"] = "index.html";
ZMenuArray["clubs_in_nz.html"]["self"] = "clubs_in_nz.html";
ZMenuArray["clubs_in_nz.html"]["index"] = "4";
var GlobZIndexfile = "index.html";