// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Home", "http://www.afa.org/default.asp"],
	["Field Resources", "http://www.afa.org/members/field.asp"],
	["Log In/Log Out", "/olc/pub/AFC/login/olclogin.cgi"]	
	];
		

