/* Tigra Menu items structure */
var MENU_ITEMS = [

	['  ',  null, null],
	['Join MUFON', 'http://www.mufon.com/joinnow.htm'],
	['  ',  'http://www.mufon.com/joinnow.htm'],
	['  ',  null, null],


	['Home Page', 'http://www.mufonsacramento.info/index.htm'],
	['  ',  null, null],
	['  ',  null, null],

	['Announcements', 'http://www.mufonsacramento.info/announcements.htm'],
	['  ',  null, null],
	['  ',  null, null],
	['Next Meeting', 'http://www.mufonsacramento.info/nextmeeting.htm'],
	['  ',  null, null],
	['  ',  null, null],

	['Previous Meetings', 'http://www.mufonsacramento.info/previousmeetings.htm'],
	['  ',  'http://www.mufonsacramento.info/previousmeetings.htm', null],
	['  ',  null, null],
	['Articles<br>', null, null,
        	['  ',  null, null],
			['Mexico&#39;s Roswell', 'http://www.mufonsacramento.info/mexicos_roswell.htm'],        	['  ',  null, null],
        	['UFO Document Repository', 'http://www.mufonsacramento.info/document_repository.htm'],
		['  ',  null, null],
	    ['  ',  null, null],
		['U.S. Space Command', 'http://www.mufonsacramento.info/mckinnon.htm'],
     ],

	['  ',  null, null],
	['  ',  null, null],

	['National MUFON', 'http://www.mufon.com'],
	['  ',  'http://www.mufon.com', null],
	['  ',  null, null],
	['  ',  null, null],

	['Report a sighting', 'http://www.mufonsacramento.info/reportufo.htm'],
	['  ',  'http://www.mufonsacramento.info/reportufo.htm', null],
	['  ',  null, null],


	['UFO Connection TV show', 'http://www.mufonsacramento.info/ufoconnection.htm'],
	['  ',  'http://www.mufonsacramento.info/ufoconnection.htm', null],
	['  ',  'http://www.mufonsacramento.info/ufoconnection.htm', null],
	['  ',  null, null],

	['Contact Us<br>',  null, null,
        	['  ',  null, null],
		    ['Contact', 'contact.htm'],
        	['  ',  null, null],

		    ['Speaking Appearances', 'speakers.htm'],
        	['  ',  null, null],
        	['  ',  null, null],
		    ['Coming Events', 'announcements.htm'],
	],


];



