BLANK_IMAGE = 'images/b.gif';

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
	},
	itemFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)', 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]
};

var MENU_ITEMS = [
    {pos:[100,138], itemoff:[0,119], leveloff:[21,0], style:STYLE, size:[22,120]},
    {code:"Facilities", url:"",
        sub:[
            {"itemoff":[21,0]},
            {code:"Club House", "url":"clubhouse.htm"},
            {code:"Marina Map", "url":"map.htm"},
            {code:"Docks", "url":"docks.htm"}
        ]
    },
    {code:"Lounge", url:"",
        sub:[
            {itemoff:[21,0]},
            {code:"Lounge Menu", "url":"loungemenu.pdf", "target":"Menu"},
            {code:"Lounge Photos", "url":"lounge.htm"},
            {code:"Century Club", "url":"centuryclub.htm"},
            {code:"Staff", "url":"personel.htm"}
        ]
    },
    {code:"Slips", url:"",
        sub:[
            {itemoff:[21,0]},
            {code:"Sales", "url":"sales.htm"},
            {code:"Transient", "url":"sbform.htm"}
        ]
    },
    {code:"Events", url:"",
        sub:[
            {itemoff:[21,0]},
            {code:"Anchorage Cup", "url":"http://www.AnchorageCup.com", "target":"_blank"},
            {code:"Calendar", "url":"calender.htm"},
            {code:"Dock Partys", "url":"docktimes.htm"}
        ]
    },
    {code:"Find Us", url:"",
        sub:[
            {itemoff:[21,0]},
            {code:"Google Map", "url":"http://maps.google.com/maps/place?cid=1532907515521104325&q=Anchorage+Marina+%26+Yacht+Club,+MI&hl=en&cd=1&cad=src:pplink&ei=q8zeS_WSMZCUMqH_9aoI", "target":"_blank"},
            {code:"Lake Chart", "url":"mac.html"},
            {code:"Facebook", "url":"http://www.facebook.com/?ref=logo#!/pages/Holland-MI/Anchorage-Marina-Yacht-Club/331172395834?ref=ts&ajaxpipe=1&__a=9"}
        ]
    },
    {code:"Links", url:"",
        sub:[
            {itemoff:[21,0], size:[22,150]},
            {code:"Apparel", "url":"http://www.companycasuals.com/graphixemb/start.jsp", "target":"_blank"},
            {code:"Friends of AMYC", "url":"links.htm"},
            {code:"Area Yacht Clubs", "url":"yachtclubs.html"},
            {code:"Weather Links", "url":"weatherlinks.htm"},
            {code:"Boating Links", "url":"boatlinks.htm"},
            {code:"Webcams", "url":"webcams.htm"},
            {code:"Wednesday Night Races", "url":"http://www.bayshoreyachtclub.org/racing.htm", "target":"_blank"},
            {code:"Nav Rules", "url":"navrules.pdf", "target":"_blank"}
        ]
    },
    {code:"Sales", url:"http://anchorageyachtsales.com/", target:"Yacht Sales"
    },
    {code:"Service", url:"/service/index.html", target:"Marine Service"
    }
];

