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