var ZMenuArray = []; 
ZMenuArray["index.html"] = [];
ZMenuArray["index.html"]["name"] = "News";
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["downloads.html"] = [];
ZMenuArray["downloads.html"]["name"] = "Downloads";
ZMenuArray["downloads.html"]["parent"] = "index.html";
ZMenuArray["downloads.html"]["self"] = "downloads.html";
ZMenuArray["downloads.html"]["index"] = "2";
ZMenuArray["screenshots.html"] = [];
ZMenuArray["screenshots.html"]["name"] = "Screenshots";
ZMenuArray["screenshots.html"]["parent"] = "index.html";
ZMenuArray["screenshots.html"]["self"] = "screenshots.html";
ZMenuArray["screenshots.html"]["index"] = "3";
var GlobZIndexfile = "index.html";