/*
  --- 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 = [
	['Home', 'http://www.raynesweb.com/r_html/index.html', {'sb' : 'Home Page'}],	
	
	['Africa Overland', 'http://www.raynesweb.com/africa/home.htm', {'sb' : 'Original Africa Overland', 'tw' : '_top'} ],
	
	['About Us', null, null,
		['About Us','http://www.raynesweb.com/r_html/aboutus.htm'],
		['E-mail', 'mailto: steve_tanya@hotmail.com'],
	],
	
	['Photos', null, null,
		['Wedding', 'http://steve-tanya.fotopic.net/c115821.html'],
		['Honeymoon','http://steve-tanya.fotopic.net/c115817.html'],
		['Cobra','http://steve-tanya.fotopic.net/c115957.html'],
		['Rugby World Cup','http://steve-tanya.fotopic.net/c116173.html'],
	],
	['New Africa Page', 'http://www.africa.raynesweb.com', {'sb' : 'New Africa Page', 'tw' : '_top'} 
	],

    ['Useful stuff', null, null,
		['Links', 'http://www.raynesweb.com/r_html/links.htm'],
	],
];

