BLANK_IMAGE = '/images/b.gif';

var COMPETENCIES_STYLE = {
    border:0,           // item's border width, pixels; zero means "none"
    shadow:0,           // item's shadow size, pixels; zero means "none"
    color:{
        border:"#D6893D",   // color of the item border, if any
        shadow:"#D6893D",   // color of the item shadow, if any
        bgON:"#D6893D",       // background color for the items
        bgOVER:"#D6893D"    // background color for the item which is under mouse right now
    },
    css:{
        ON:"menu-on",       // CSS class for items
        OVER:"menu-over"    // CSS class  for item which is under mouse
    }
};

var COMPETENCIES_ITEMSTYLE = {
    border:0,           // item's border width, pixels; zero means "none"
    shadow:0,           // item's shadow size, pixels; zero means "none"
    color:{
        border:"#D6893D",   // color of the item border, if any
        shadow:"#D6893D",   // color of the item shadow, if any
        bgON:"#D6893D",       // background color for the items
        bgOVER:"#D6893D"    // background color for the item which is under mouse right now
    },
    css:{
        ON:"competencies-on",       // CSS class for items
        OVER:"competencies-over"    // CSS class  for item which is under mouse
    }
};

var COMPETENCIES_ITEMS = [
    {pos:"relative", leveloff:[36,0], style:COMPETENCIES_STYLE, size:[36,199], delay:[50,50]},
    {code:"<img src='/images/menu/competencies.gif' border='0'>", url:"/jsp/competencies/competencies.jsp",
        sub:[
            {itemoff:[16,0], size:[16,199], style:COMPETENCIES_ITEMSTYLE},
            {code:"Contact Center", url:"/jsp/competencies/contactcenter.jsp"},
            {code:"Creative Services", url:"/jsp/competencies/creativeservices.jsp"},
            {code:"CD Duplication", url:"/jsp/competencies/cdduplication.jsp"},
            {code:"Digital Print", url:"/jsp/competencies/digitalprint.jsp"},
            {code:"Financial Services", url:"/jsp/competencies/financialservices.jsp"},
            {code:"Fulfillment", url:"/jsp/competencies/fulfillment.jsp"},
            {code:"Information Technologies", url:"/jsp/competencies/informationtechnology.jsp"},
            {code:"Lettershop and Finishing", url:"/jsp/competencies/lettershop.jsp"},
            {code:"Mailing Services", url:"/jsp/competencies/mailingservices.jsp"},
            {code:"Printing and Production", url:"/jsp/competencies/printing.jsp"},
            {code:"Research and Development", url:"/jsp/competencies/research.jsp"},
            {code:"Warehousing and Inventory Management", url:"/jsp/competencies/warehousing.jsp", format:{size:[32,199]}}
        ]
    }
];
