BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
        border:0,
        shadow:0,
        color:{
                border:"",
                shadow:"",
                bgON:"",
                bgOVER:""
        },
        css:{
                ON:"",
                OVER:""
        }
};

var STYLE = {
        border:1,                        // item's border width, pixels; zero means "none"
        shadow:2,                        // item's shadow size, pixels; zero means "none"
        color:{
                border:"#666666",        // color of the item border, if any
                shadow:"#DBD8D1",        // color of the item shadow, if any
                bgON:"white",                // background color for the items
                bgOVER:"#B6BDD2"        // background color for the item which is under mouse right now
        },
        css:{
                ON:"clsCMOn",                // CSS class for items
                OVER:"clsCMOver"        // CSS class  for item which is under mouse
        }
};

var MENU_ITEMS = [
        {pos:[1,1], itemoff:[0,140], leveloff:[0,0], style:NOSTYLE, size:[22,140]},
        {code:"",url:"index.html"},
        {code:"",
                sub:[ {itemoff:[21,0], leveloff:[21,0], style:STYLE, size:[22,140]},
                        {code:"Our Coverages",url:"coverages.html",
                                sub:[

                                ]
                        },{code:"Who we Represent",url:"represent.html",
                                sub:[

                                ]
                        },
                        ] },
        {code:"",
                sub:[
                        {itemoff:[21,0], leveloff:[21,0], style:STYLE, size:[22,140]},
                        {code:"Executives",url:"uc.html",
                                sub:[

                                ]
                        },
                        {code:"Personal Lines",url:"uc.html",
                                sub:[

                                ]
                        },
                        {code:"Commercial Lines",url:"uc.html",
                                sub:[  ]
                        },
                        {code:"Life & Health",url:"uc.html",
                                sub:[  ]
                        },
                        {code:"Receptionists",url:"uc.html",
                                sub:[  ]
                        }
                ]
        },
        {code:"",
                sub:[
                        {itemoff:[21,0], leveloff:[21,0], style:STYLE, size:[22,140]},
                        {code:"Get a Quote",
                                sub:[
                                        {leveloff:[0,99]},
                                        {code:"Commerial Auto",url:"https://madiganpingatore.com/commercial_auto.html"},
                                        {code:"Business",url:"soon.html"}

                                ]
                        },
                        {code:"Report a Claim",url:"https://madiganpingatore.com/auto_claim.html",
                                sub:[

                                ]
                        },
                        {code:"Request Certificate",url:"https://madiganpingatore.com/request_cert.html",
                                sub:[

                                ]
                        },
                        {code:"Change Request",url:"https://madiganpingatore.com/mortgagee_change.html",
                                sub:[

                                ]
                        }
                ]
        },
        {code:""}
];
