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