/* --- menu items --- */
var MENU_ITEMS = [
	[' News Center', null,
			['Front Page', 'http://www.northplattebulletin.com/index.asp?section=1'
					/*,['Internet Explorer 5.0', null],
					['Internet Explorer 5.5', null],
					['Internet Explorer 6.0', null],
					['Netscape 6.2', null],
					['Mozilla 0.9.7', null],
					['Opera 5.02', null],
					['Opera 5.12', null],
					['Opera 6.0', null],
					['Konqueror 3.0.0-12', null],*/
			],
			['Sports', 'http://www.northplattebulletin.com/northplattebulletin/stories/storyList.asp?pageID=26&deptID=3&sectionID=4'
					/*,['Internet Explorer 4.0', null],
					['Netscape 4.51', null],
					['Netscape 4.7', null],*/
			],
			['Agriculture', 'http://www.northplattebulletin.com/northplattebulletin/stories/storyList.asp?pageID=29&deptID=3&sectionID=3'],
	],
	
	
	[' Schools', null,
		['Lunch Menus', null],
		['Athletic Schedules', null],
		['Events', null],
		['School Year', null],
		['Bulldogger', null],
		['Closings', null],
	],
	
	[' Coupons', null,
		['Automotive Services', null],
		['Restaurants', null],
		['Merchandise', null],
		['Services', null]
	],
	
	['Classifieds', null,
			['Automall', 'http://www.northplattebulletin.com/northplattebulletin/automall/?pageID=8'],
			['Realestate', null],
			['Help Wanted', null],
			['Yard/Garage Sales', null],
			['Everything Else', null],
			['Submit a listing', null],
			['Search', null]
	],
	
	['Dining', null,
			['Restaurant Directory', 'http://www.northplattebulletin.com/dining/?pageID=30'],
			['Menus', 'dining/?pageID=31'],
			['Coupons', null]
	],	
	
	['Inside Scoop', null,
			['Contact us', 'http://www.northplattebulletin.com/Northplattebulletin/contact.asp'],
			['Bulletin Media', 'http://www.northplattebulletin.com/Northplattebulletin/about.asp?show=radioads'],
			/*['Meet our staff', 'http://www.northplattebulletin.com/staff.asp'],
			['About The North Platte Bulletin', 'http://www.northplattebulletin.com/aboutthebulletin.asp']*/
	],
];


