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["cosa_succede.html"] = [];
ZMenuArray["cosa_succede.html"]["name"] = "Cosa succede";
ZMenuArray["cosa_succede.html"]["parent"] = "index.html";
ZMenuArray["cosa_succede.html"]["self"] = "cosa_succede.html";
ZMenuArray["cosa_succede.html"]["index"] = "1";
ZMenuArray["chi_siamo.html"] = [];
ZMenuArray["chi_siamo.html"]["name"] = "Chi siamo";
ZMenuArray["chi_siamo.html"]["parent"] = "index.html";
ZMenuArray["chi_siamo.html"]["self"] = "chi_siamo.html";
ZMenuArray["chi_siamo.html"]["index"] = "2";
ZMenuArray["documenti.html"] = [];
ZMenuArray["documenti.html"]["name"] = "Documenti";
ZMenuArray["documenti.html"]["parent"] = "index.html";
ZMenuArray["documenti.html"]["self"] = "documenti.html";
ZMenuArray["documenti.html"]["index"] = "3";
ZMenuArray["aderisci.html"] = [];
ZMenuArray["aderisci.html"]["name"] = "Aderisci";
ZMenuArray["aderisci.html"]["parent"] = "index.html";
ZMenuArray["aderisci.html"]["self"] = "aderisci.html";
ZMenuArray["aderisci.html"]["index"] = "4";
ZMenuArray["news.html"] = [];
ZMenuArray["news.html"]["name"] = "News";
ZMenuArray["news.html"]["parent"] = "index.html";
ZMenuArray["news.html"]["self"] = "news.html";
ZMenuArray["news.html"]["index"] = "5";
var GlobZIndexfile = "index.html";