BLANK_IMAGE = 'img/b.gif';

// Part 1 - Styles
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: "#6699ff",      // background color for the items;
        bgOVER: "#6699d0"	// background color for the item which is under mouse right now
                           // which is under mouse right now;
    },
    textClass:'styleFix13Gold',
    css:{
        ON:null,           // CSS class for items;
        OVER:"styleFix13Over"          // CSS class  for item which is under mouse;
    }
};

// Part 2 - Menu structure
var MENU_ITEMS = [
    {pos:[0,2], itemoff:[0,159], leveloff:[21,0], style:STYLE, size:[22,160]},
    {code:"Home", url:"index.htm"},
    {code:"Public", 
        sub:[
            {itemoff:[21,0]},
            {code:"Wa. Mandatory Class", "url":"class.htm"},
            {code:"Join Us", "url":"Join-WhatIs.htm"},
            {code:"Vessel Safety Checks", "url":"safety_checks.htm"}
        ]
    },
    {code:"Members", 
        sub:[
            {itemoff:[21,0]},
            {code:"Calendar", "url":"calendar.htm"},
            {code:"News", "url":"news.htm"},
            { code: "New Members", "url": "members.html" },
            { code: "Links", "url": "links.htm" },
            {code:"Augmentation", "url":"augmentation.htm"},
            {code:"Surface Operations", "url":"operations.htm"},
            {code:"Uniform Links", "url":"uniforms.htm"}, 
            
            {code:"Member Experiences", 
                sub:[
                    {leveloff:[0, 159]},
                    {code:"Argosy Exercise", "url":"Argosy-exercse.htm"}
                ]},
            
            {code:"Training",
                sub:[
                    {leveloff:[0, 159]},
                    {code:"Crew Training", "url":"crewqual.htm"},
                    {code:"Sea Partners", "url":"SeaPartnersTraining.htm"},
                    {code:"Training Links", "url":"TrainingLinks.htm"}
                ]},
            {code:"Division Pages",
                sub:[
                    {leveloff:[0, 159]},
                    { code: "Home Page", "url": "http://a13002.uscgaux.info/index.html" },
                    { code: "Division 2 Links", "url": "http://a13002.uscgaux.info/links.html" },
                    { code: "Reports", "url": "http://a13002.uscgaux.info/reports.html" }
                ]}
        ]
    },
    {code:"Photos", 
        sub:[
            {itemoff:[21,0]},
            {code:"F-24 at Work", "url":"pictures.html"}
        ]
    },
    {code:"Contact Us", url:"StaffOfficers.htm"}
    
];
