// Variable definition
var ITEMOVER1 = {
        color:"whitesmoke", 
        bgcolor:"green", 
        border:{
            color:"green"
        }
    };
// Menu definition
var MenuDef = {
    type:"bar", 
    style:{
        css:"menu", 
        color:"green", 
        bgcolor:"gainsboro", 
        size:[175,25], 
        imgspace:5, 
        imgendoff:{src:"img/chek_sm.gif", width:3, height:6}, 
        imgendon:{src:"img/chek_sm.gif", width:3, height:6}, 
        direction:"v", 
        box:false, 
        bar:{
            bgcolor:"white"
        }, 
        shadow:{color:"#CCCCCC", width:3}, 
        border:{
            color:"white"
        }
    }, 
    itemover:ITEMOVER1, 
    itemon:{
        color:"whitesmoke"
    }, 
    position:{
        pos:[25,322]
    }, 
    imgblank:"img/1x1.gif",
    items: [ 
    {
        text:"Home", 
        action:{
            url:"index.html"
        }
    },
    {
        text:"About Us", 
        menu:{
            items:[
            {
                text:"Introduction", 
                action:{
                    url:"intro.html"
                }
            },
			{
                text:"Objectives", 
                action:{
                    url:"objectives.html"
                }
            },
            {
                text:"Organizational Structure", 
                action:{
                    url:"orgstruc.html"
                }
            },
            {
                text:"Areas of Work", 
                action:{
                    url:"workarea.html"
                }
            },
            {
                text:"Membership", 
                action:{
                    url:"membership.html"
                }
            },
            {
                text:"Funding", 
                action:{
                    url:"funding.html"
                }
            },
            {
                text:"Present Setup", 
                action:{
                    url:"setup.html"
                }
            },
            {
                text:"Executive Committee", 
                action:{
                    url:"committe.html"
                }
            }
            ]
        }
    },
    {
        text:"HR Situation", 
        menu:{
            items:[
            {
                text:"Background", 
                action:{
                    url:"bg.html"
                }
            },
            {
                text:"Police", 
                action:{
                    url:"police.html"
                }
            },
            {
                text:"Women", 
                action:{
                    url:"women.html"
                }
            },
            {
                text:"Minorities", 
                action:{
                    url:"minorities.html"
                }
            },
            {
                text:"Blasphemy", 
                action:{
                    url:"blasphemy.html"
                }
            },
            {
                text:"Terrorism", 
                action:{
                    url:"terror.html"
                }
            },
            {
                text:"Nuclear Weapons", 
                action:{
                    url:"nuclear.html"
                }
            }
            ]
        }
    },
    {
        text:"Activities", 
        action:{
            url:"activity.html"
        }
    },
	{
        text:"Reports", 
        action:{
            url:"reports.html"
        }
    },
    {
        text:"Press Conferences", 
        action:{
            url:"pressc.html"
        }
    },
    {
        text:"Press Statements", 
        action:{
            url:"pressr.html"
        }
    },
    {
        text:"Chairperson", 
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Introduction", 
                action:{
                    url:"chairintro.html"
                }
            },
            {
                text:"Tributes", 
                action:{
                    url:"tributes.html"
                }
            }
            ]
        }
    },
    {
        text:"Contact Us", 
        action:{
            url:"contactus.html"
        }
    }
    ]
};

