/* --- menu items --- */
var MENU_ITEMS = [
	['<center><br>Home', '../index.html',
	],
	['Company Information', null,
			['Franchise Information', '../franchise.htm',
			],
			['News', '../news.htm',
			],
			['Contact Us', '../contact.htm',
			],
	],
	['Barberton Difference', '../story.htm',
	],
	['<center><br>Menu', null,
		['Barberton', '../barberton-menu.htm',
		],
		['Cuyahoga Falls', '../cuyahogafalls-menu.htm',
		],
		['Ellet', '../ellet-menu.htm',
		],
		['Green', '../green-menu.htm',
		],
		['Tallmadge', '../tallmadge-menu.htm',
		],
		['Wadsworth', '../wadsworth-menu.htm',
		],
	],
		['Current Locations', null,
		['Barberton', '../barberton.htm',
		],
		['Cuyahoga Falls', '../cuyahogafalls.htm',
		],
		['Ellet', '../ellet.htm',
		],
		['Green', '../green.htm',
		],
		['Tallmadge', '../tallmadge.htm',
		],
		['Wadsworth', '../wadsworth.htm',
		],
	],	
	['<br>Gift Cards', '../gifts.htm',
	],
	['<br>Kids Page', '../kids.htm',
	],
];



