// Menu definition
var MenuDef = {
    type:"dropdown", 
    style:{
        css:"menu", 
        color:"yellow", 
        bgcolor:"black", 
        size:[115,21], 
        imgspace:5, 
        imgendoff:{src:"img/chek_sm.gif", width:3, height:6}, 
        imgendon:{src:"img/chek_sm.gif", width:3, height:6}, 
        direction:"h", 
        itemoffset:{x:0, y:0}, 
        shadow:{color:"#FFFFFF", width:3}, 
        border:{color:"black"}
    }, 
    itemover:{
        color:"#444444", 
        bgcolor:"yellow"
    }, 
   
    position:{
        "absolute" : false, pos:[0,0],
        menuoffset:{x:-90, y:20}, 
        anchor_side:"sw"
    }, 
    imgblank:"img/1x1.gif",
    items: [ 
    {
        text:"Home", 
        action:{url:"index.htm"}
    },
    {
        text:"vvSellingen", 
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {text:"Route",action:{url:"route.htm"}},
            {text:"Lid worden",action:{url:"lidworden.htm"}},
            {text:"Bestuur",action:{url:"bestuur.htm"}},
            {text:"Jaarverslagen",action:{url:"jaarverslagen.htm"}}  ]}},
			
    {
        text:"Programma", 
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {text:"Senioren",action:{url:"progsenioren.htm"}  },
            {text:"Junioren",action:{url:"progjunioren.htm"}  },
			{text:"Pupillen",action:{url:"progpupillen.htm"}  },
            {text:"Afgelastingen",action:{url:"http://teletekst.nos.nl/?603-01","target":"_blank"}  } ]}},
			
    {
        text:"Uitslagen", 
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {text:"Senioren",action:{url:"standsenioren.htm"}  },
            {text:"Junioren",action:{url:"standjunioren.htm"}  },
			{text:"Pupillen",action:{url:"standpupillen.htm"}  } ]}},
            
			
            
    {
        text:"Teams", 
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Senioren", 
                menu:{
                    position:{
                        menuoffset:{y:0}
                    }, 
                    items:[
                    {text:"Zondag 1",action:{url:"team_zondag1.htm"}  },
                    {text:"Zondag 2",action:{url:"team_zondag2.htm"}  },
                    {text:"Zondag 3",action:{url:"team_zondag3.htm"}  },
                    {text:"Zaterdag 1",action:{url:"team_zaterdag.htm"}  }]}},
            {
                text:"Junioren", 
                menu:{
                    position:{
                        menuoffset:{y:0}
                    }, 
                    items:[
                    {text:"B 1",action:{url:"team_jun_b.htm"}  },
                    {text:"C 1",action:{url:"team_jun_c.htm"}  }]}},
            {
                text:"Pupillen", 
                menu:{
                    position:{
                        menuoffset:{y:0}
                    }, 
                    items:[
                    
                    {text:"Meisjes C",action:{url:"team_pup_md.htm"}  },
                    {text:"D 1",action:{url:"team_pup_d.htm"}  },
                    {text:"E 1",action:{url:"team_pup_e.htm"}  },
                    {text:"F 1",action:{url:"team_pup_f.htm"}  }]}}]}},
    {
        text:"Interaktief", 
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {text:"Gastenboek",action:{url:"gastenboek.htm"}  },
            {text:"Foto's",action:{url:"foto.htm"}  },
            {text:"Links",action:{url:"links.htm"}  }]}},
    {
        text:"Contact",
		action:{url:"contactpag.htm"}
    }
    ]
};

