// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["HOME", "index.html"],


        ["EVENTS CALENDAR", "eventcalendar.html"],
 

	["JOIN US", "join.html",
               ["MEMBERSHIP INFO", "join.html"],
               ["APPLICATION", "files/join.pdf"]
        ],


        ["CORVETTE LINKS", "links.html"],
        ["PHOTO GALLERY", "photogallery.html"],
        ["MEMBERS VETTES", "membersvettes.html"],


        ["LIBRARY", "library.html",
               ["NEWSLETTERS", "library.html#newsletters"],
               ["MEETING MINUTES", "library.html#minutes"]
        ],


        ["CAR SHOWS", "#",
               ["COMING SOON", "index.html"]
        ],


        ["MEMBERS ONLY", "#",
               ["COMING SOON", "index.html"]
        ],


	["CLUB OFFICERS", "clubofficers.html",
               ["CLUB OFFICERS", "clubofficers.html"],
               ["BYLAWS", "bylaws.html"]
        ],


        ["CONTACT US", "clubofficers.html"],


        ["NOTICES", "notices.html",
		["PRIVACY POLICY","notices.html#privacy"],
		["DISCLAIMER NOTICE","notices.html#disclaimer"],
        	["COPYRIGHT NOTICE","notices.html#copyright"]
        ]

];





















