/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['Home Page', 'index.html'],
		['Webmaster', 'who.html'],
		['Contact', 'mailto:eml27frm92@yahoo.com'],
		['My Other Sites', null, null,
			['Family Photo Album', 'http://www.angelfire.com/film/fbranch/index.html', {'tw':'resouce window'}],
			['A few Jokes', 'http://www.angelfire.com/folk/fun4u/index.html', {'tw':'resouce window'}],
			['Old Computer Support', 'http://www.angelfire.com/magic/dbranch/index.html', {'tw':'resouce window'}]
		]
	],
	['Cool Rides', null, null,
		['Christine', null, null,
			['Wanna Truck', 'begining.html'],
			['On the Road', 'page2.html'],
			['New Bed', 'page3.html'],
			['Auto Tranny', '0607.html', null,
				['Parts For Sale', 'transmission.html']
			],
			['FIRE !!!', 'fire.html']
		],
		['1947 F-1', null, null,
			['47 Ford Truck', '47.html']
		],
		['1950 Ford', null, null,
			['50 Sedan', '50.html']
		],
		['Silverado', null, null,
			['98 Silverado', '98silver.html']
		]
	],
	['Newest Toys', null, null,
		['Lawn Tractors', null, null,
			['MTD', 'mower.html'],
			['Craftsman', 'craftsman.html']
		],
		['Golden Boy', null, null,
			['Briggs Edger', 'goldenboy.html']
		]
	],
	['Recipes', null, null,
		['Mexican Cornbread', 'mexbrd.html'],
		['Charro Beans', 'charro.html']
	],
	['Links', null, null,
		['My Other Sites', 'mysites.html'],
		['Automotive Links', 'autolinks.html'],
		['Computer Security', 'puterlinks.html'],
		['Misc Links', 'misclinks.html']
	]
];
