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