/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.carldixon.com/index.php', {'tw':'_self','sw':45}],
	['News', 'http://www.carldixon.com/news.php', {'sw':45},
		['Archive', 'http://www.carldixon.com/newsarchive.php', {'tw':'_self'}]
	],
	['Biography', 'http://www.carldixon.com/biography.htm', {'tw':'_self','tt':'Creating a timeless, classic sound for over 30 years','sw':70}],
	['Tour', 'http://www.carldixon.com/dates.php', {'tw':'_self','sw':40}],
	['Speaking Engagements', 'http://www.carldixon.com/speaking.htm', {'tt':'The story and background are compelling, the message personal yet universal','sw':140},
		['Speaking Dates', 'http://www.carldixon.com/speakingdates.htm', {'tw':'_self','tt':'The story and background are compelling, the message personal yet universal'}]
	],
	['Media', 'http://www.carldixon.com/press.htm', {'tw':'_self','sw':45},
		['Press', 'http://www.carldixon.com/press.htm'],
		['CDTV', 'http://www.carldixon.com/cdtv.htm', {'tt':'Carl Dixon Television'}]
	],
	['Gallery', 'http://www.carldixon.com/gallery-early.htm', {'sw':45},
		['Early Years', 'http://www.carldixon.com/gallery-early.htm'],
		['Coney Hatch', 'http://www.carldixon.com/gallery-coney.htm'],
		['Carl Dixon Band', 'http://www.carldixon.com/gallery-cdband.htm'],
		['April Wine', 'http://www.carldixon.com/gallery-aprilwine.htm'],
		['The Guess Who', 'http://www.carldixon.com/gallery-tgw.htm'],
		['Misc', 'http://www.carldixon.com/gallery-misc.htm']
	],
	['Discography', 'http://www.carldixon.com/discography.htm', {'sw':75,'bw':125},
		['Complete Discography', 'http://www.carldixon.com/discography.htm', {'tw':'_self','bw':75}],
		['Song Lyrics', null, {'bl':125},
			['Lucky Dog Lyrics', 'http://www.carldixon.com/ld-lyrics.htm', {'tw':'_self'}],
			['One Voice Two Hands Lyrics', 'http://www.carldixon.com/ovth-lyrics.htm', {'tw':'_self','sh':36}],
			['Into the Future Lyrics', 'http://www.carldixon.com/itf-lyrics.htm', {'tw':'_self','sh':36}],
			['One Lyrics', 'http://www.carldixon.com/one-lyrics.htm', {'tw':'_self'}]
		]
	],
	['Store', 'http://www.diamondditty.com/?page_id=199', {'tw':'_blank','tt':'Purchase Carl Dixon CD\'s And Other Items','sw':40},
		['Purchase Snow', 'http://www.diamondditty.com/?wpsc-product=snow', {'tw':'_blank','sh':36}],
		['Purchase Lucky Dog', 'http://www.diamondditty.com/products-page/carl-dixon/compact-disks/lucky-dog-compact-disk/', {'tw':'_blank','sh':36}],
		['Purchase Once Voice Two Hands', 'http://www.diamondditty.com/products-page/carl-dixon/compact-disks/one-voice-two-hands/', {'tw':'_blank','sh':36}],
		['Purchase One', 'http://www.diamondditty.com/products-page/carl-dixon/compact-disks/one-compact-disk/', {'tw':'_blank'}],
		['Purchase Into the Future', 'http://www.diamondditty.com/products-page/carl-dixon/compact-disks/into-the-future-compact-disk/', {'tw':'_blank','sh':36}]
	],
	['Contact Us', 'http://www.carldixon.com/contact.htm', {'sw':75}],
	['Links', 'http://www.carldixon.com/links.html', {'tw':'_self','sw':40}]
];

