/** sublinken
**/
function mmLoadMenus() {if (window.mm_menu_0102221519_0) return;window.mm_menu_0102221519_0 = new Menu("root",200,70,"Verdana, Arial, Helvetica, sans-serif",11,
"#5f574f","#FFFF00","#5f574f","#5f574f","left","top",3,0,1000,-5,7,true,false,true,10,true,true);
mm_menu_0102221519_0.addMenuItem("beginpagina","window.open(\'index.php\', \'_self\');");window.mm_menu_0102221842_0 = new Menu("root",200,20,"Verdana, Arial, Helvetica, sans-serif",11,
"#FFFFFF","#6A7029","#aaa38e","#E1D8B7","left","top",3,00,100,-5,7,true,false,true,0,true,true);
mm_menu_0102221842_0.addMenuItem("horeca ","window.open(\'\wg_the_mo.php?meer=106', \'_self\');");
mm_menu_0102221842_0.addMenuItem("vergaderen ","window.open(\'\wg_the_verv.php?meer=107&thema=vergaderen', \'_self\');");
mm_menu_0102221842_0.addMenuItem("activiteiten ","window.open(\'\wg_activiteiten.php', \'_self\');");
mm_menu_0102221842_0.addMenuItem("trouwen ","window.open(\'\wg_the_mo.php?meer=139', \'_self\');");
mm_menu_0102221842_0.addMenuItem("familiebijeenkomst ","window.open(\'\wg_the_mo.php?meer=140', \'_self\');");
mm_menu_0102221842_0.addMenuItem("naam ","window.open(\'\wg_naam.php?thema=naam\', \'_self\');");
mm_menu_0102221842_0.addMenuItem("architectuur","window.open(\'\wg_the.php?thema=architectuur\', \'_self\');");
mm_menu_0102221842_0.addMenuItem("foto's gebouw","window.open(\'\wg_the.php?thema=gebouw\', \'_self\');");
mm_menu_0102221842_0.addMenuItem("enkele luchtopnames","window.open(\'\wg_the.php?thema=luchtopname\', \'_self\');");
mm_menu_0102221842_0.addMenuItem("diverse fotoseries","window.open(\'\ill_bouw/index.php\', \'_self\');");
mm_menu_0102221842_0.addMenuItem("citaten","window.open(\'\wg_the_1_pag.php?thema=citaten\', \'_self\');");
mm_menu_0102221842_0.addMenuItem(" ","window.open(\'\', \'_self\');");
window.mm_menu_0102221757_0 = new Menu("root",200,20,"Verdana, Arial, Helvetica, sans-serif",11,
"#FFFFFF","#FFFF00","#aaa38e","#aaa38e","left","top",3,00,100,-5,7,true,false,true,0,true,true);
mm_menu_0102221757_0.addMenuItem("vogels","window.open(\'wg_vgp.php\', \'_self\');");
mm_menu_0102221757_0.addMenuItem("wandelen","window.open(\'wg_the_mo.php?meer=112\', \'_self\');");
mm_menu_0102221757_0.addMenuItem("fietsen","window.open(\'wg_the_mo.php?meer=113\', \'_self\');");
mm_menu_0102221757_0.addMenuItem("bronsttijd","window.open(\'wg_the_mo.php?meer=114\', \'_self\');");
mm_menu_0102221757_0.addMenuItem("Staatsbosbeheer","window.open(\'wg_the_mo.php?meer=111\', \'_self\');");
mm_menu_0102221757_0.addMenuItem(" ","window.open(\'\', \'_self\');");
window.mm_menu_0102221924_0 = new Menu("root",200,20,"Verdana, Arial, Helvetica, sans-serif",11,
"#FFFFFF","#6A7029","#aaa38e","#E1D8B7","left","top",3,00,300,-5,7,true,false,true,0,true,true);
mm_menu_0102221924_0.addMenuItem("Groene Loper","window.open(\'wg_the_verv.php?meer=66&thema=Groene+Loper\', \'_self\');");
mm_menu_0102221924_0.addMenuItem("Groene Loper: luchtfoto","window.open(\'wg_krt_gl.php\', \'_self\');");
mm_menu_0102221924_0.addMenuItem("landschapsontwikkeling","window.open(\'wg_the.php?thema=landschapsontwikkeling\', \'_self\');");
mm_menu_0102221924_0.addMenuItem("","window.open(\'\', \'_self\');");mm_menu_0102221924_0.writeMenus();
}
/** aanvullende code
**/
function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh, halgn, valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah)
{
this.version = "020320 [Menu; mm_menu.js]";
this.type = "Menu";
this.menuWidth = mw;
this.menuItemHeight = mh;
this.fontSize = fs;
this.fontWeight = "plain";
this.fontFamily = fnt;
this.fontColor = fclr;
this.fontColorHilite = fhclr;
this.bgColor = "#555555";
this.menuBorder = 1;
this.menuBgOpaque=opq;
this.menuItemBorder = 1;
this.menuItemIndent = idt;
this.menuItemBgColor = bg;
this.menuItemVAlign = valgn;
this.menuItemHAlign = halgn;
this.menuItemPadding = pad;
this.menuItemSpacing = space;
this.menuLiteBgColor = "#ffffff";
this.menuBorderBgColor = "#777777";
this.menuHiliteBgColor = bgh;
this.menuContainerBgColor = "#cccccc";
this.childMenuIcon = "arrows.gif";
this.submenuXOffset = sx;
this.submenuYOffset = sy;
this.submenuRelativeToItem = srel;
this.vertical = vert;
this.items = new Array();
this.actions = new Array();
this.childMenus = new Array();
this.hideOnMouseOut = true;
this.hideTimeout = to;
this.addMenuItem = addMenuItem;
this.writeMenus = writeMenus;
this.MM_showMenu = MM_showMenu;
this.onMenuItemOver = onMenuItemOver;
this.onMenuItemAction = onMenuItemAction;
this.hideMenu = hideMenu;
this.hideChildMenu = hideChildMenu;
if (!window.menus) window.menus = new Array();
this.label = " " + label;
window.menus[this.label] = this;
window.menus[window.menus.length] = this;
if (!window.activeMenus) window.activeMenus = new Array();
}
function addMenuItem(label, action) {
this.items[this.items.length] = label;
this.actions[this.actions.length] = action;
}
function FIND(item) {
if( window.mmIsOpera ) return(document.getElementById(item));
if (document.all) return(document.all[item]);
if (document.getElementById) return(document.getElementById(item));
return(false);
}
function writeMenus(container) {
if (window.triedToWriteMenus) return;
var agt = navigator.userAgent.toLowerCase();
window.mmIsOpera = agt.indexOf("opera") != -1;
if (!container && document.layers) {
window.delayWriteMenus = this.writeMenus;
var timer = setTimeout('delayWriteMenus()', 500);
container = new Layer(100);
clearTimeout(timer);
} else if (document.all || document.hasChildNodes || window.mmIsOpera) {
document.writeln('');
container = FIND("menuContainer");
}
window.mmHideMenuTimer = null;
if (!container) return;
window.triedToWriteMenus = true;
container.isContainer = true;
container.menus = new Array();
for (var i=0; i