BLANK_IMAGE = '/images/b.gif';

var INDUSTRIES_STYLE = {
    border:0,           // item's border width, pixels; zero means "none"
    shadow:0,           // item's shadow size, pixels; zero means "none"
    color:{
        border:"#3DAFD6",   // color of the item border, if any
        shadow:"#3DAFD6",   // color of the item shadow, if any
        bgON:"#3DAFD6",       // background color for the items
        bgOVER:"#3DAFD6"    // 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 INDUSTRIES_ITEMSTYLE = {
    border:0,           // item's border width, pixels; zero means "none"
    shadow:0,           // item's shadow size, pixels; zero means "none"
    color:{
        border:"#3DAFD6",   // color of the item border, if any
        shadow:"#3DAFD6",   // color of the item shadow, if any
        bgON:"#3DAFD6",       // background color for the items
        bgOVER:"#3DAFD6"    // background color for the item which is under mouse right now
    },
    css:{
        ON:"industries-on",       // CSS class for items
        OVER:"industries-over"    // CSS class  for item which is under mouse
    }
};

var INDUSTRIES_ITEMS = [
    {pos:"relative", leveloff:[36,0], style:INDUSTRIES_STYLE, size:[36,199], delay:[50,50]},
    {code:"<img src='/images/menu/industries.gif' border='0'>", url:"/jsp/industries/industries.jsp",
        sub:[
            {itemoff:[16,0], size:[16,199], style:INDUSTRIES_ITEMSTYLE},
            {code:"Automotive", url:"/jsp/industries/automotive.jsp"},
            {code:"Financial Services", url:"/jsp/industries/financialservices.jsp"},
            {code:"Health Care", url:"/jsp/industries/healthcare.jsp"},
            {code:"Pharmaceutical", url:"/jsp/industries/pharmaceutical.jsp"},
            {code:"Retail", url:"/jsp/industries/retail.jsp"},
            {code:"Travel and Leisure", url:"/jsp/industries/leisure.jsp"}
        ]
    }
];
