/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home Page', 'http://www.gpclements.com'],
	
	['Bible Studies', 'biblestudy.html', {'sb':'Bible Studies'},
	],
	['Miscellaneous',null,null,
		['Academic Background', 'academichistory.html'],
	   	['Genealogy ', 'genealogy.html', null,],
    	['Pictures', 'picstart.html', {'sb':'Family pictures'},],
    	['Calendar', 'calendar.html', {'sb':'Monthly calendar for any month and year'},],
	],	
	['Weather', 'weather.html', {'sb':'Fremont and Nebraska weather'},	],
	['Physics Pointers', 'http://www.physicspointers.com'],
    ['Astronomy ', 'http://www.astronomy.gpclements.com'],
		
	['Links', null, null,
		['Chemistry', 'chemistry.html'],
		['Computing', 'computing.html'],
		['Internet', 'internet.html'],
		['Math', 'math.html'],
		['Web Pages', 'webpages.html']
	],
];


