var ZMenuArray = []; 
ZMenuArray["index.html"] = [];
ZMenuArray["index.html"]["name"] = "blank do not use";
ZMenuArray["index.html"]["parent"] = "";
ZMenuArray["index.html"]["self"] = "index.html";
ZMenuArray["index.html"]["index"] = "0";
ZMenuArray["current_1.html"] = [];
ZMenuArray["current_1.html"]["name"] = "current 1";
ZMenuArray["current_1.html"]["parent"] = "index.html";
ZMenuArray["current_1.html"]["self"] = "current_1.html";
ZMenuArray["current_1.html"]["index"] = "1";
ZMenuArray["current_2.html"] = [];
ZMenuArray["current_2.html"]["name"] = "current 2";
ZMenuArray["current_2.html"]["parent"] = "current_1.html";
ZMenuArray["current_2.html"]["self"] = "current_2.html";
ZMenuArray["current_2.html"]["index"] = "1";
ZMenuArray["upcoming_1.html"] = [];
ZMenuArray["upcoming_1.html"]["name"] = "upcoming 1";
ZMenuArray["upcoming_1.html"]["parent"] = "current_2.html";
ZMenuArray["upcoming_1.html"]["self"] = "upcoming_1.html";
ZMenuArray["upcoming_1.html"]["index"] = "1";
ZMenuArray["upcoming_2.html"] = [];
ZMenuArray["upcoming_2.html"]["name"] = "upcoming 2";
ZMenuArray["upcoming_2.html"]["parent"] = "upcoming_1.html";
ZMenuArray["upcoming_2.html"]["self"] = "upcoming_2.html";
ZMenuArray["upcoming_2.html"]["index"] = "1";
var GlobZIndexfile = "index.html";