var ZMenuArray = []; 
ZMenuArray["index.html"] = [];
ZMenuArray["index.html"]["name"] = "Starpagina";
ZMenuArray["index.html"]["parent"] = "";
ZMenuArray["index.html"]["self"] = "index.html";
ZMenuArray["index.html"]["index"] = "0";
ZMenuArray["programma.html"] = [];
ZMenuArray["programma.html"]["name"] = "Programma";
ZMenuArray["programma.html"]["parent"] = "index.html";
ZMenuArray["programma.html"]["self"] = "programma.html";
ZMenuArray["programma.html"]["index"] = "1";
ZMenuArray["agenda.html"] = [];
ZMenuArray["agenda.html"]["name"] = "Agenda";
ZMenuArray["agenda.html"]["parent"] = "index.html";
ZMenuArray["agenda.html"]["self"] = "agenda.html";
ZMenuArray["agenda.html"]["index"] = "2";
var GlobZIndexfile = "index.html";