﻿var anylinkmenu1={divclass:'anylinkmenu_otoe', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Burr", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#burr"],
	["Douglas", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#douglas"],
	["Dunbar", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#dunbar"],
	["Lorton", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#lorton"],
	["Nebraska City", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#nebraskacity"],
	["Otoe", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#otoe"],
	["Palmyra", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#palmyra"],
	["Syracuse", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#syracuse"],
	["Talmage", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#talmage"],
	["Unadilla", "http://www.nebraskacity.com/otoe_county_visitors_committee/list_of_communities.aspx#unadilla"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu_otoe', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	//["All Events", "http://www.nebraskacity.com/WCEvents/eventsstartpage.aspx"],
	//["NCTC Events Calendar", "http://www.nebraskacity.com/WCEvents/eventsstartpage.aspx?oe=true"],
	["Events Calendar", "http://www.nebraskacity.com/Otoe_County_visitors_committee/eventsstartpage.aspx"],
	["Submit an Event", "http://www.nebraskacity.com/Otoe_County_visitors_committee/eventsubmission.aspx"] //no comma following last entry!
]