// menu2_items.js file

var MENU2_ITEMS =[
	["Public Ed Classes", "http://a01424.uscgaux.info/Education.htm"],
	["Vessel Checks", "http://a01424.uscgaux.info/vessel.htm"],
	["Links", null,
		["Coast Guard Aux. Links", "http://a01424.uscgaux.info/USCGA-Links.htm"],
		["Coast Guard Links", "http://a01424.uscgaux.info/USCG-Links.htm"],
		["Other Links", "http://a01424.uscgaux.info/Other-Links.htm"]
	],
	["Photos", "http://a01424.uscgaux.info/photos.htm"],
	["Division News Letters", "http://a01424.uscgaux.info/news_letters.htm"],
	["Safety Notices", "http://a01424.uscgaux.info/safety.htm"]
];
