﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://thebanneronline.com', null,
	],
	['NEWS', 'http://thebanneronline.com/news_main.htm', null,
		['RECENT NEWS', 'http://thebanneronline.com/news_main.htm'],
		['BITS & PIECES', 'http://thebanneronline.com/bits_&_pieces.htm'],
		['SOCIETY', 'http://thebanneronline.com/folkways.htm'],
		['PUBLIC NOTICES', 'http://thebanneronline.com/public_notices.htm'],
		['NEWS ARCHIVE', 'http://thebanneronline.com/archive_news.htm']
	],
	['SPORTS', 'http://thebanneronline.com/sports.htm', null,
		['MAIN', 'http://thebanneronline.com/sports.htm'],
	],
	['OBITS', 'http://thebanneronline.com/obituaries.htm', null,
		['RECENT OBITS', 'http://thebanneronline.com/obituaries.htm'],
		['OBIT ARCHIVE', 'http://thebanneronline.com/archive_obituaries.htm']
	],
	['OPINION', null, null,
		['LETTERS TO EDITOR', 'http://thebanneronline.com/letters_to_editor.htm'],
		['BANNER EDITORIALS', 'http://thebanneronline.com/editorials.htm'],
		['MIKE REDMOND', 'http://thebanneronline.com/redmond_column.htm'],
		['ROSE MARY CLARKE', 'http://thebanneronline.com/clarke_column.htm']
	],
	['FEATURES', null, null,
		['CHROME DOME', 'http://thebanneronline.com/inside_the_chrome_dome.htm'],
		['HOW TIME FLIES-NEWS', 'http://thebanneronline.com/how_time_flies_news.htm'],
		['HOW TIME FLIES-SPORTS', 'http://thebanneronline.com/how_time_flies_sports.htm'],
		['GENEALOGY', 'http://thebanneronline.com/genealogical_gleanings.htm'],
	],
	['MULTI-MEDIA', null, null,
		['VIDEOS', 'http://thebanneronline.com/videos_main.htm'],
		['PHOTO GALLERY', 'http://thebanneronline.com/photo_gallery.htm'],
		['SLIDESHOWS', 'http://thebanneronline.com/slideshows.htm']
	],
	['EXTRAS', null, null,
		['PDF PAGES', 'http://thebanneronline.com/pdf_pages.htm'],
		['FAQ', 'http://thebanneronline.com/faq.htm']
	],
	['INFO', null, null,
		['CONTACT US', 'http://thebanneronline.com/contact_info.htm'],
		['CLASSIFIEDS', 'http://thebanneronline.com/classifieds_main.htm'],
		['SUBSCRIPTIONS', 'http://thebanneronline.com/subscriptions.htm'],
		['ADVERTISING', 'http://thebanneronline.com/advertising_rates.htm'],
		['ABOUT US', 'http://thebanneronline.com/about_the_banner.htm']
	]
];

