/*
  --- 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 = [
	['Lucas Digital Home', null, null,
		['Forum', '/forum/'],
		['Site Map', '/site.html'],
		['Help', '/help.html']
	],
	['Design Work', null, null,
		['3D Graphics', null, null,
					['Introduction', '/design/3dgraphics/3d_graphics_introduction.html'],
					['Gallery', '/design/3dgraphics/gallery.html'],
					['Tutorials', '/design/3dgraphics/tutorials.html'],
					['Texture Library', '/design/3dgraphics/textures.html'],
					['Model Library', '/design/3dgraphics/models.html'],
					['Forum', '/forum/']

		],		
		['Illustration', '/design/2dgraphics/2dgraphics_introduction.html'],
		['Photography', '/design/photography/photography.html'],
		['Science Fiction Design', null, null,
					['Futuristic Design', '/design/sfd/futuristic_design.html'],
					['Past Futures', '/design/sfd/past_futures.html'],
					['The Image Moves', '/design/sfd/the_image_moves.html'],
					['Making Futures', '/design/sfd/making_futures.html'],
					['Top 10 SF Designs', '/design/sfd/topten.html'],
					['Starship Tours', '/design/sfd/starship_tours.html']

		],
		['Web', '/design/web/webdesign.html']
	],
	['About Sheffield', null, null,
		['History', null, null,
				['Ancient', '/sheffield/history/ancient.html'],
				['Modern', '/sheffield/history/modern.html']
		],
		 
		['Virtual Tour', null, null,
				['City Centre', '/sheffield/guide/citycentre.html'],
				['Around Sheffield', '/sheffield/guide/aroundsheffield.html'],
		],
		
		
	],

	['Gaming', null, null,
		['Americas Army: Ops', '/gaming/aao/'],
		['Lock-on','/gaming/lomac/'],
		['Distant Places:SF Role Playing Game','http://www.distantplaces.info']
	],

	['Links', null, null,
		['3D Links', '/links/threedeelinks.html'],
		['Movie Links' ,'/links/movielinks.html'],
		['General Interest Links', '/links/generallinks.html'],
		['News Links', '/links/newslinks.html'],
		['Gaming', '/links/gaminglinks.html'],
		['Friends and Family', '/links/friendslinks.html'],
		['Search Engine Links', '/links/search.html']
	],

	['About Me', null, null,
		['Blog', 'http://marklucas.info'],
		['Bio', '/about/me.html']
	],


];

