/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<img src="../images/list.gif" width="130" height="22">', null, {'sb':'----- Select -----'},
		['The Centrepoint', 'the_centrepoint.asp', {'sb':'The Centrepoint'}],
		['Causeway Point', 'causeway_point.asp', {'sb':'Causeway Point'}],
		['Compass Point', 'compass_point.asp', {'sb':'Compass Point'}],
		['Northpoint', 'northpoint.asp', {'sb':'Northpoint'}],
		['YewTee Point', 'yewtee_point.asp', {'sb':'YewTee Point'}],
		['Anchorpoint', 'anchorpoint.asp', {'sb':'Anchorpoint'}],
		['Robertson Walk', 'robertson_walk.asp', {'sb':'Robertson Walk'}],
		['Valley Point', 'valleypoint.asp', {'sb':'Valley Point'}]
	]
];
