var ZMenuArray = []; 
ZMenuArray["index.html"] = [];
ZMenuArray["index.html"]["name"] = "Home Page";
ZMenuArray["index.html"]["parent"] = "";
ZMenuArray["index.html"]["self"] = "index.html";
ZMenuArray["index.html"]["index"] = "0";

ZMenuArray["aboutus.html"] = [];
ZMenuArray["aboutus.html"]["name"] = "AboutUs";
ZMenuArray["aboutus.html"]["parent"] = "index.html";
ZMenuArray["aboutus.html"]["self"] = "aboutus.html";
ZMenuArray["aboutus.html"]["index"] = "1";
var GlobZIndexfile = "index.html";

ZMenuArray["lonshow.htm"] = [];
ZMenuArray["lonshow.htm"]["name"] = "LonShow";
ZMenuArray["lonshow.htm"]["parent"] = "index.html";
ZMenuArray["lonshow.htm"]["self"] = "lonshow.htm";
ZMenuArray["lonshow.htm"]["index"] = "2";

ZMenuArray["index-Z.htm"] = [];
ZMenuArray["index-Z.htm"]["name"] = "index-Z";
ZMenuArray["index-Z.htm"]["parent"] = "index.html";
ZMenuArray["index-Z.htm"]["self"] = "index-Z.htm";
ZMenuArray["index-Z.htm"]["index"] = "3";