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