/*
digitaluselessness.com Main Menu options...
Typical menu item:  ['Text Description', 'Navigation URL', {'tw' (i.e., "target window") : 'name_of_target_frame'}]
*/
var MENU_ITEMS = [
	['Home', 'Content_Home.asp', {'tw' : 'midFrame'}],
	['Project Info', 'Content_Project.asp', {'tw' : 'midFrame'}],
	['Features','','',
	    ['Channel-Specific', '', {'tw' : 'midFrame'},
	        ['Now Playing Info', 'Features_Now_Playing.asp', {'tw' : 'midFrame'}],
	        ['XM Programming Highlights', 'Features_Program_Schedule.asp', {'tw' : 'midFrame'}],
	        ['Channel Quick-Jump', 'Features_Quick_Jump.asp', {'tw' : 'midFrame'}],
		    ['Playlist Archiving', 'Features_Playlist_Archiving.asp', {'tw' : 'midFrame'}],
		    ['Content/Channel Filtering', 'Features_Channel_Filtering.asp', {'tw' : 'midFrame'}],
		    ['Channel Presets', 'Features_Presets.asp', {'tw' : 'midFrame'}],
	    ],
	    ['Artist/Song Selections', '', {'tw' : 'midFrame'},
	        ['Song Requests', 'Features_Song_Requests.asp', {'tw' : 'midFrame'}],
		    ['Featured Artist Notification', 'Features_Artist_Notification.asp', {'tw' : 'midFrame'}],
		    ['Song Info Memory Storage', 'Features_Memory.asp', {'tw' : 'midFrame'}],
		    ['Favorite Song Notification', 'Features_NotifyMe.asp', {'tw' : 'midFrame'}],
	    ],
		['General Functionality', '', {'tw' : 'midFrame'},
	        ['Sleep/Awaken Mode', 'Features_Awaken_Mode.asp', {'tw' : 'midFrame'}],
		    ['Toggling Interface Display', 'Features_Minimize.asp', {'tw' : 'midFrame'}],
		    ['Automatic Check for Updates', 'Features_Check_Updates.asp', {'tw' : 'midFrame'}],
	    ],
	],
	['FAQ','','',
		['General Questions', 'FAQ_GeneratePage.asp?Category=General', {'tw' : 'midFrame'}],
		['Functional/How-Tos', 'FAQ_GeneratePage.asp?Category=Functional', {'tw' : 'midFrame'}],
		['Developmental Inquiries', 'FAQ_GeneratePage.asp?Category=Developmental', {'tw' : 'midFrame'}],
	],
	['XModuleSB','','',
		['Download XModuleSB', 'Content_Downloads_Main.asp', {'tw' : 'midFrame'}],
		['Extra XModuleSB Content', 'Content_Downloads_Extra.asp', {'tw' : 'midFrame'}],
		['Version History', 'Content_Version_History.asp', {'tw' : 'midFrame'}],
	],
];