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";
var GlobZIndexfile = "index.html";