/*
  --- Home Page Left Side menu items - Muscle Shoals Hit Music --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS_SIDE = [

// Home
	['Main Home','home.htm', {'tw' : 'ContentFrame'}
	],

// Timeline
	['Timeline', 'timeline.htm', {'tw' : 'ContentFrame'}
	],
	
// Album Data
	['Album Data', 'album_data.htm', {'tw' : 'ContentFrame'}
	],
	
// Artist Data
	['Artist Data', 'artist_data.htm', {'tw' : 'ContentFrame'}
	],

// People & Places
	['People & Places','people_places.htm', {'tw' : 'ContentFrame'}
	],

// Resources
	['Resources','resources.htm', {'tw' : 'ContentFrame'}
	],

// Other Features
	['Other Features','other_features.htm', {'tw' : 'ContentFrame'}
	],
	
// Help
	['Help','help.htm', {'tw' : 'ContentFrame'},
	],

];