/* --- menu items --- */
var MENU_ITEMS = [
	['  What is it?', 'index.html',	'_self',
		['What is a GBO?', 'gbo01.htm', '_self'],
		['Our Current Projects', 'gbo55.htm', '_self',
			['Am Legion Post 83', 'http://www.gbods.com/legion83', '_blank'],
			['St. Luke UMC', 'http://www.stluke.net', '_blank'],
			['Wall Insurance, Inc.', 'http://www.gbods.com/wallins/index.html', '_blank'],
			['Microcomputer Applications, Inc.', 'http://www.gbods.com/guest/pagemai1.html', '_blank'],
		],
		
	],
	['  How Fast Is It?', 'gbo15.htm', '_self',
			['Ham Radio', 'gbo15.htm', '_self'],
			['Motor Sports', 'gbo20.htm', '_self'],
			['Speed of Sound', 'gbo10.htm', '_self'],		
			
	],
	['  Smell the Roses', 'gbo05.htm', '_self',
			['Our Town', 'gbo05.htm', '_self'],
			['My Faith', 'gbo25.htm', '_self'],
			['Vets Page', 'vets51.php',	'_self',
				['Vets Calendar', 'gbo62.htm', '_self'],
				['Vets Bulletin Board', 'bookfile.html', '_self'],
				['Submit to Vets Bulletin Board', 'makebook.html', '_self'],
				],
	],
	['  Games and Fun', 'gbo30.htm', '_self',
			['Search & Visit the Guest Page', 'gbo30.htm', '_self'],
			['What is the Correct Time?', 'gbo45.htm', '_self'],
			['On What Day Were You Born?', 'gbo40.htm', '_self'],
	],
	['  Contact Us', 'gbo35.htm', '_self',
			['Search GBODS', 'sillysearch.html', '_self'],
	],		
];

