/* --- menu items --- */
var MENU_ITEMS = [
	['<img src=/graphics/button_gallery.gif border=0>', '/pagedb/displaygalleries.asp?parent=0',
			['Travel Photos >', '/pagedb/displaygalleries.asp?parent=27',
				['Asia',	'/pagedb/displaygalleries.asp?parent=29'],
				['Europe',	'/pagedb/displaygalleries.asp?parent=28'],
				['Africa',	'/pagedb/displaygalleries.asp?parent=30'],
				['USA',		'/pagedb/displaygalleries.asp?parent=31']
			],
			['Friends and Family', '/pagedb/displaygalleries.asp?parent=33'],
			['Event Photos >', '/pagedb/displaygalleries.asp?parent=272',
				['2004 North Star',	'/pagedb/displaygalleries.asp?parent=612'],
				['2004 Eagles Wings',	'/pagedb/displaygalleries.asp?parent=603'],
				['2004 10,000 Lakes Natural',	'/pagedb/displaygalleries.asp?parent=554'],
				['2004 Gopher State',	'/pagedb/displaygalleries.asp?parent=504'],
				['2003 Northstar NPC',	'/pagedb/displaygalleries.asp?parent=443'],
				['2003 NPC Northern States Natural',	'/pagedb/displaygalleries.asp?parent=391'],
				['2003 10,000 Lakes Natural',	'/pagedb/displaygalleries.asp?parent=344'],
				['2003 Gopher State',	'/pagedb/displaygalleries.asp?parent=317'],
				['2002 Gopher State',	'/pagedb/displaygalleries.asp?parent=100'],
				['2002 North Star',	'/pagedb/displaygalleries.asp?parent=146'],
			],
			['Steve McCurry Workshops >', '/pagedb/displaygalleries.asp?parent=232',
				['2003 Cambodia and Burma',	'/pagedb/displaygalleries.asp?parent=229'],
				['2001 Rajasthan',	'/pagedb/displaygalleries.asp?parent=51'],
			],
	/*		['Purchase an Image', '/pagedb/image_shop.asp'
			] 
	*/

	],
	['<img src=/graphics/button_about.gif border=0>', '/pagedb/displaystaticpage.asp?PageID=8',
			['News', '/pagedb/newslist.asp'],
			['Contact Info', '/pagedb/displaystaticpage.asp?PageID=9'],
			['Links', '/pagedb/displaystaticpage.asp?PageID=16'],
			['Bio', '/pagedb/displaystaticpage.asp?PageID=8'],
	/*		['PhD Thesis', '/pagedb/Thesis_web/PhD%20Thesis%20-%20Final.htm'], */
	/*		['Feedback', 'mailto:photot5@hotmail.com'] */
	],
	['<img src=/graphics/button_workshops.gif border=0>', '/pagedb/storylist.asp?PageType=WORKSHOP',
			['2003 Cambodia and Burma',	'/pagedb/displaystaticpage.asp?PageID=28'],
			['2001 Rajasthan, India',	'/pagedb/displaystaticpage.asp?PageID=3'],
	],
	
	['<img src=/graphics/button_articles.gif border=0>', '/pagedb/storylist.asp?PageType=STORY'
	],
	
	['<img src=/graphics/button_search.gif border=0>','/pagedb/search.asp'
	],
	
	['<img src=/graphics/button_home.gif border=0>', '/pagedb/home.asp',
	],
];

