BLANK_IMAGE = '/images/b.gif';

var CUSTOMSOLUTIONS_STYLE = {
    border:0,           // item's border width, pixels; zero means "none"
    shadow:0,           // item's shadow size, pixels; zero means "none"
    color:{
        border:"#AFD663",   // color of the item border, if any
        shadow:"#AFD663",   // color of the item shadow, if any
        bgON:"#AFD663",       // background color for the items
        bgOVER:"#AFD663"    // 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 CUSTOMSOLUTIONS_ITEMSTYLE = {
    border:0,           // item's border width, pixels; zero means "none"
    shadow:0,           // item's shadow size, pixels; zero means "none"
    color:{
        border:"#AFD663",   // color of the item border, if any
        shadow:"#AFD663",   // color of the item shadow, if any
        bgON:"#AFD663",       // background color for the items
        bgOVER:"#AFD663"    // background color for the item which is under mouse right now
    },
    css:{
        ON:"customsolutions-on",       // CSS class for items
        OVER:"customsolutions-over"    // CSS class  for item which is under mouse
    }
};

var CUSTOMSOLUTIONS_ITEMS = [
    {pos:"relative", leveloff:[36,0], style:CUSTOMSOLUTIONS_STYLE, size:[36,199], delay:[50,50]},
    {code:"<img src='/images/menu/solutions.gif' border='0'>", url:"/jsp/customsolutions/customsolutions.jsp",
        sub:[
            {itemoff:[16,0], size:[16,199], style:CUSTOMSOLUTIONS_ITEMSTYLE},
            {code:"Branded Merchandise", url:"/jsp/customsolutions/brandedmerchandise.jsp"},
            {code:"Customer Satisfaction and Loyalty", url:"/jsp/customsolutions/loyalty.jsp", format:{size:[32,199]}},
            {code:"Dependent Audit", url:"/jsp/customsolutions/dependentaudit.jsp", format:{ itemoff:[32,0]}},
            {code:"E-Commerce and <i>e</i>Store Applications", url:"/jsp/customsolutions/ecommerce.jsp", format:{size:[32,199]}},
            {code:"Event Marketing", url:"/jsp/customsolutions/eventmarketing.jsp", format:{ itemoff:[32,0]}},
            {code:"Extended Warranty Direct Marketing", url:"/jsp/customsolutions/ewmarketing.jsp", format:{size:[32,199]}},
            {code:"Extended Warranty Financing", url:"/jsp/customsolutions/ewfinancing.jsp", format:{ itemoff:[32,0]}},
            {code:"Mail Consolidation", url:"/jsp/customsolutions/mailconsolidation.jsp"},
            {code:"Medicare Advantage Marketing", url:"/jsp/customsolutions/medicaremarketing.jsp"},
            {code:"Rebate and Recall Administration", url:"/jsp/customsolutions/rebates.jsp", format:{size:[32,199]}},
            {code:"Target Connect", url:"/jsp/customsolutions/targetconnect.jsp", format:{ itemoff:[32,0]}}
        ]
    }
];
