// Variable definition
var SIZE1 = [161,20];
var IMGENDOFF1 = {src:"img/arr_down.gif", width:16, height:16};
// Menu definition
var MenuDef = {
    type:"dropdown", 
    style:{
        css:"CSMain", 
        align:"right", 
        color:"#D5E04D", 
        bgcolor:"#415968", 
        size:SIZE1, 
        imgspace:2, 
        imgendoff:IMGENDOFF1, 
        imgendon:IMGENDOFF1
    }, 
    itemover:{
        css:"CSMain", 
        color:"#415968", 
        bgcolor:"#D5E04D"
    }, 
    position:{
        absolute:false
    }, 
    timer:50, 
    otime:50, 
    autoclose:true, 
    imgblank:"img/1x1.gif",
    items: [ 
    {
        text:"Over ACTS", 
        menu:{
            items:[
            {
                text:"Bedrijfsprofiel", 
                action:{
                    url:"/NL/overacts/bedrijfsprofiel.html"
                }
            },
            {
                text:"Historie", 
                action:{
                    url:"/NL/overacts/historie.html"
                }
            },
            {
                text:"Het ACTS concept", 
                action:{
                    url:"/NL/overacts/concept.html"
                }
            },
            {
                text:"Missie", 
                action:{
                    url:"/NL/overacts/missie.html"
                }
            },
            {
                text:"Contact", 
                action:{
                    url:"/NL/overacts/contact.html"
                }
            }
            ]
        }
    },
    {
        text:"Publicaties", 
        menu:{
            items:[
            {
                text:"Brochures", 
                action:{
                    url:"/NL/publicaties/brochures.html"
                }
            },
            {
                text:"Persberichten", 
                action:{
                    url:"/NL/publicaties/persberichten.html"
                }
            }
            ]
        }
    },
    {
        text:"Personeel", 
        menu:{
            items:[
            {
                text:"Werken bij ACTS", 
                action:{
                    url:"/NL/personeel/werkenbijacts.html"
                }
            },
            {
                text:"Vacatures", 
                action:{
                    url:"/NL/personeel/vacatures.html"
                }
            },
            {
                text:"Solliciteren", 
                action:{
                    url:"/NL/personeel/solliciteren.html"
                }
            }
            ]
        }
    },
    {
        text:"Intranet", 
        menu:{
            items:[
            {
                text:"Personeel", 
                style:{
                    imgitemend:{src:"img/lock.gif", width:16, height:16}, 
                    imgendoff:{src:"img/lock.gif"}, 
                    imgendon:{src:"img/lock.gif"}
                }, 
                action:{
                    url:"/NL/intranet/personeel/index.html"
                }
            },
            {
                text:"Relaties", 
                style:{
                    imgitemend:{src:"img/lock.gif", width:16, height:16}
                }, 
                action:{
                    url:"/NL/intranet/relaties/index.html"
                }
            }
            ]
        }
    },
    {
        text:"Verantwoording", 
        style:{
            color:"#D5E04D", 
            bgcolor:"#415968", 
        }, 
        action:{
            url:"/NL/verantwoording.html"
        }
    }
    ]
};
