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["hier.html"] = [];
ZMenuArray["hier.html"]["name"] = "hier";
ZMenuArray["hier.html"]["parent"] = "index.html";
ZMenuArray["hier.html"]["self"] = "hier.html";
ZMenuArray["hier.html"]["index"] = "1";
var GlobZIndexfile = "index.html";
