/*
  --- menu items --- 
  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 = [
	['<div style="text-align:center;">Home</div>', 'index.html', {'tw' : '_self'}
	],
	['<div style="text-align:center;">Education</div>', null, null,
		['My Education', 'education.html' ,{'tw':'_self'}],
		['My Resume', 'resume.html', {'tw':'_self'}],
		['My Library', 'library.html' ,{'tw':'_self'}],
		['My Health', 'myhealth.html', {'tw':'_self'}],
		['Murphys Health', 'health-murphy.html', {'tw':'_self'}],
		['My Computers', 'computers.html', {'tw':'_self'}],
		['Computer Hardware','hardware.html', {'tw':'_self'}],
		['Web Code QRef.', 'JS_overview.html', {'tw':'_self'}],
		['Java QRef.', 'Java_ref.html', {'tw':'_self'}],
		['About Cable/DSL', 'CableDSL.html' ,{'tw':'_self'}],
		['Alt Fuel Vehicles', 'afv.html', {'tw':'_self'}]
	],
	['<div style="text-align:center;">Pictures</div>', null, null,
		['2005 Air Show', 'pics-airshow.html', {'tw':'_self'}],
		['SFF Computer', 'pics-baby.html', {'tw':'_self'}],
		['Vehicles', 'pics-vehicles.html' ,{'tw':'_self'}],
		['Travels', 'pics-travel.html' ,{'tw':'_self'}],
		['Pets', 'pics-pets.html' ,{'tw':'_self'}],
		['Cosmosphere', 'pics-cosmo.html' ,{'tw':'_self'}],
		['Office', 'pics-office.html', {'tw':'_self'}],
		['Miscellaneous', 'pics-weekend.html' ,{'tw':'_self'}]
	],
	['<div style="text-align:center;">Entertainment</div>', null, null,
		['My Movie Rankings', 'movie-rankings.html', {'tw':'_self'}],
		['E-mail Spammers', 'spammers.html', {'tw':'_self'}],
		['Conflict the Game', 'conflict/index.html', {'tw':'_self'}],
		['Leaf Blowers', 'leafblower.html', {'tw':'_self'}],
		['Lego Workshop', 'legos.html' ,{'tw':'_self'}],
		['Star Trek', 'startrek.html' ,{'tw':'_self'}],
		['Crosswalks', 'xw.html', {'tw':'_self'}],
		['Navy Museum Heist', 'navymuseum.html' ,{'tw':'_self'}],
		['Beach Tan Lines', 'tanlines.html' ,{'tw':'_self'}]
	],
	['<div style="text-align:center;">Miscellaneous</div>', null, null,
		['<div style="position: absolute;">Projects</div><div style="position: relative; text-align: right;">&gt;&gt;</div>', null, null,
			['Video Projector','projector.html', {'tw':'_self'}],
			['Robotics','robotics.html', {'tw':'_self'}],
			['Software','software.html', {'tw':'_self'}],
			['Litterbox','litterbox.html', {'tw':'_self'}],
			['Home Security','security.html', {'tw':'_self'}],
			['DeLorean Restoration','DeLorean.html', {'tw':'_self'}],
			['Seville Audio Install','SevilleAudio.html', {'tw':'_self'}]
		],
		['Cookbook', 'cookbook.html', {'tw':'_self'}],
		['Quotes', 'quotes.html' ,{'tw':'_self'}],
		['Weather', 'weather.html' ,{'tw':'_self'}],
		['Christmas Wish List', 'xmas-list.html', {'tw':'_self'}],
		['Web Site Updates', 'webevolution.html' ,{'tw':'_self'}],
		['My Web Server', 'server.html', {'tw':'_self'}],
		['Menu Settings...', 'menusettings.html', {'tw':'_self'}]
	],
	['<div style="text-align:center;">Links</div>', 'links.html', {'tw':'_self'}
	]
];

