/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Gallery', 'gallery.html', null,
		['New Works', '2012/index.html', null,
			['NEW', '2012/index.html'],
			['2009', '2009/index.html'],
			['2008', '2008/index.html'],
			['2007', '2007.html'],
			['2006', '2006/current.html'],
			['2005', '2005/current.html']
		],
		['Western Scenes', 'western.html', null,
			['Southwest', 'swest1.html', null,
				['Monument Valley', 'swest1.html'],
				['Taos, Sedona, Utah', 'swest2.html'],
				['Saguaro cactus', 'swest3.html']
			],
			['Northwest', 'nwest1.html', null,
				['Oregon, Nevada', 'nwest2.html'],
				['Idaho', 'nwest2.html'],
				['Montana', 'nwest5.html'],
				['Wyoming', 'heart.html'],
				['Washington', 'nwest6.html']
			],
			['California', 'calif1.html', null,
				['Wine Country', 'calif1.html'],
				['Mountains', 'calif2.html'],
				['Landscapes', 'calif3.html'],
				['Pinnacles', 'calif8.html'],
				['Anza Borego', 'calif8.html'],
				['Trees', 'calif9.html'],
				['flowers', 'calif10.html'],
				['Seascapes', 'calif4.html'],
				['Plants', 'calif11.html']
			],
			['National Parks', 'parks1.html', null,
				['Crater Lake', 'partks1.html'],
				['Mt. St. Helens', 'parks1.html'],
				['Mt. Shasta', 'parks1.html'],
				['Glacier', 'parks2.html'],
				['Yellowstone', 'parks4.html'],
				['Tetons', 'parks5.html'],
				['Yosemite', 'parks7.html'],
				['Death Valley', 'parks9.html'],
				['Joshua Tree', 'parks14']
			],
			['Western Canada', 'canada.html']
		],
		['European Scenes', 'europe.html', null,
			['Italy', 'europe.html'],
			['France', 'europe2.html'],
			['France/Germany', 'europe3.html'],
			['Germany', 'europe4.html'],
			['Switzerland', 'europe7.html'],
			['BeNeLux', 'europe8.html']
		],
		['Japan', 'japan.html', null,
			['Mountain Scenes', 'japan1.html'],
			['Cherry Blossoms', 'japan3.html'],
			['Blossoms', 'japan4.html'],
			['Mt. Fuji', 'japan6.html'],
			['Jizos', 'jizo.html']
		],
		['Jizos', 'jizo.html'],
		['Tropical Islands', 'tropic.html', null,
			['Hawaii', 'tropic.html'],
			['Caribbean', 'tropic2.html']
		],
		['China Ink', 'ink.html', null,
			['Sumi Images', 'ink.html'],
			['Images with Color', 'ink3.html'],
			['Abstract', 'ink4.html'],
			['Calligraphy', 'ink6.html'],
			['Ki and 3 Jizo', 'ink8.html'],
			['Heartline Bear and Ki', 'ink9.html']
		],
		['Still Life', 'stillife.html', null,
			['Florals', 'floral1.html'],
			['Aquatic', 'sea1.html'],
			['Vegetation', 'vege1.html'],
			['Mineral', 'mineral.html']
		],
		['Abstract', 'abst.html', null,
			['Mineral', 'rocks.html'],
			['Vegetation', 'plants.html'],
			['Aquatic', 'water.html'],
			['Mtns. and Clouds', 'clouds.html'],
			['Still Life', 'still1.html'],
			['Celestial', 'stars.html'],
			['Animals', 'animals.html'],
			['Suminagashi', 'sumi1.html']
		],
		['Animals', 'animal.html', null,
			['Yoju\'s Cats', 'catindex.html'],
			['Dogs', 'farm2.html'],
			['Yoju\'s Fish', 'aqua.html'],
			['Farm Animals', 'farm.html'],
			['Large Game', 'land3.html'],
			['Iguana', 'land2.html'],
			['Birds', 'land4.html'],
			['Butterflies', 'land6.html'],
			['Rodents and Insects', 'land.html']
		],
		['People', 'people.html'],
		['Suminagashi', 'sumi1.html']
	],
	['Orders', 'order.htm', {'tw':'_blank'}],
	['Prints', 'lprints.html'],
	['Note Cards', 'notes.html', {'tw':'_blank'}],
	['Artist', 'biog.htm'],
	['shows', 'shows.html'],
	['Links', 'other.htm'],
	['Contact', 'mailto:yoju@artbyoju.com'],
	['Guestbook', 'http://users3.smartgb.com/g/g.php?a=s&i=g34-00124-26', {'tw':'_blank'}],
];

