/* --- menu items --- */
function viewgb() {
	windowloadgb = window.open("gb/index.php","Gaestebuch","resizable=yes,width=680,height=700,left=0,top=0,scrollbars=yes");
	windowloadgb.window.focus();
}

var MENU_ITEMS = [
	['Home Site', null, 
	 	['Deutsch' , '../de/index.htm'],
	 	['English' , '../en/index.htm'],
	],
	['Bio', null,
		['Biography','biography.htm'],
		['Achievements', 'achievements.htm'],
		['References', 'references.htm'],
	],
	['Stable', null,
		['Stable', 'the_stable.htm'],
		['Behind the Curtains', 'behind_the_curtain.htm'],
	],
	['Horses', null,
		['Stars of Today', 'stars_of_today.htm'],
		['Horse Power for the Future', 'horsepower.htm'],
		['Unforgotten', 'unforgotten.htm'],
	],
	['News/Results', null,
	        ['2010', '2010.htm'],
	        ['2009', '2009.htm'],
			['2008', '2008.htm'],
	        ['2007', '2007.htm'],
			['2006', '2006.htm'],
	        ['2005', '2005.htm'],
			['2004', '2004.htm'],
			['2003', '2003.htm'],
			['2002', '2002.htm'],
			['2001', '2001.htm'],
			['2000', '2000.htm'],
	],
	['Photogalery', null,
			['In Action', 'in_action.htm'],
			['Price-giving Ceremonies', 'pricegiving_ceremonies.htm'],
			['A bit of everything', 'a_bit_of_everything.htm'],
	],
	['General Contact', null,
		['How to Find Us', 'here_find.htm'],
		['Contact', 'contact.htm'],
		['Guestbook', 'javascript:viewgb();'],
		['Links', 'link.htm'],
	],
];

