var ZMenuArray = []; 
ZMenuArray["index.html"] = [];
ZMenuArray["index.html"]["name"] = "First Page";
ZMenuArray["index.html"]["parent"] = "";
ZMenuArray["index.html"]["self"] = "index.html";
ZMenuArray["index.html"]["index"] = "0";
ZMenuArray["aboutus.html"] = [];
ZMenuArray["aboutus.html"]["name"] = "aboutus";
ZMenuArray["aboutus.html"]["parent"] = "index.html";
ZMenuArray["aboutus.html"]["self"] = "aboutus.html";
ZMenuArray["aboutus.html"]["index"] = "1";
ZMenuArray["concerts.html"] = [];
ZMenuArray["concerts.html"]["name"] = "concerts";
ZMenuArray["concerts.html"]["parent"] = "aboutus.html";
ZMenuArray["concerts.html"]["self"] = "concerts.html";
ZMenuArray["concerts.html"]["index"] = "1";
ZMenuArray["joinus.html"] = [];
ZMenuArray["joinus.html"]["name"] = "joinus";
ZMenuArray["joinus.html"]["parent"] = "aboutus.html";
ZMenuArray["joinus.html"]["self"] = "joinus.html";
ZMenuArray["joinus.html"]["index"] = "2";
ZMenuArray["supportus.html"] = [];
ZMenuArray["supportus.html"]["name"] = "supportus";
ZMenuArray["supportus.html"]["parent"] = "joinus.html";
ZMenuArray["supportus.html"]["self"] = "supportus.html";
ZMenuArray["supportus.html"]["index"] = "1";
ZMenuArray["members.html"] = [];
ZMenuArray["members.html"]["name"] = "members";
ZMenuArray["members.html"]["parent"] = "supportus.html";
ZMenuArray["members.html"]["self"] = "members.html";
ZMenuArray["members.html"]["index"] = "1";
ZMenuArray["contact.html"] = [];
ZMenuArray["contact.html"]["name"] = "contact";
ZMenuArray["contact.html"]["parent"] = "members.html";
ZMenuArray["contact.html"]["self"] = "contact.html";
ZMenuArray["contact.html"]["index"] = "1";
var GlobZIndexfile = "index.html";