// Variable definition
var SIZE1 = [134,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:"About ACTS", 
        menu:{
            items:[
            {
                text:"Company profile", 
                action:{
                    url:"/UK/aboutacts/companyprofile.html"
                }
            },
            {
                text:"History", 
                action:{
                    url:"/UK/aboutacts/historie.html"
                }
            },
            {
                text:"The ACTS concept", 
                action:{
                    url:"/UK/aboutacts/concept.html"
                }
            },
            {
                text:"Our mission", 
                action:{
                    url:"/UK/aboutacts/mission.html"
                }
            },
            {
                text:"Contact", 
                action:{
                    url:"/UK/aboutacts/contact.html", 
                    title:"How to contact ACTS"
                }
            }
            ]
        }
    },
    {
        text:"Publications", 
        menu:{
            items:[
            {
                text:"Brochures", 
                action:{
                    url:"/UK/publications/brochures.html"
                }
            },
            {
                text:"Nieuws", 
                action:{
                    url:"/UK/publications/news.html"
                }
            },
            {
                text:"Persberichten", 
                action:{
                    url:"/UK/publications/pressreleases.html"
                }
            }
            ]
        }
    },
    {
        text:"Intranet", 
        menu:{
            items:[
            {
                text:"Relations", 
                style:{
                    imgitemend:{src:"img/lock.gif", width:16, height:16}
                }, 
                action:{
                    url:"/UK/relations/"
                }
            }
            ]
        }
    },,,
    {
        text:"Copyrights", 
        style:{
            color:"#415968", 
            bgcolor:"#415968"
        }, 
        action:{
            url:"/NL/verantwoording.html"
        }
    }
    ]
};
