/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.riversidegardens.com/mainbody.htm', {'tw':'rbottom','sb':'Riverside Gardens - Home'}],
	['Products', 'http://www.riversidegardens.com/Products_Main.htm', {'tw':'rbottom','sb':'Products Overview'}],
	['E-Store', 'http://www.riversidegardens.com/catalog2/index.php?main_page=index', {'tw':'_blank','sb':'Riverside Gardens E-Store'},
		['Cubby Houses', 'http://www.riversidegardens.com/catalog2/index.php?main_page=index&cPath=19', {'tw':'_blank','sb':'E-Store: Cubby Houses'}],
		['Plants - Bare Root', 'http://www.riversidegardens.com/catalog2/index.php?main_page=index&cPath=1', {'tw':'_blank','sb':'E-Store: Bare Root Stock'}],
		['Ponds & Waterfalls', 'http://www.riversidegardens.com/catalog2/index.php?main_page=index&cPath=40', {'tw':'_blank','sb':'EStore: Ponds & Waterfalls'}],
		['Water Features', 'http://www.riversidegardens.com/catalog2/index.php?main_page=index&cPath=23', {'tw':'_blank','sb':'EStore: Water Features'}],
		['Garden Ornaments', 'http://www.riversidegardens.com/catalog2/index.php?main_page=index&cPath=50', {'tw':'_blank','sb':'EStore: Garden Ornaments'}],
		['Weather Monitors', 'http://www.riversidegardens.com/catalog2/index.php?main_page=index&cPath=44', {'tw':'_blank','sb':'EStore: Weather Monitors'}]
	],
	['Garden Forum', 'http://www.riversidegardens.com/phpbb3', {'tw':'_blank','sb':'Riverside Gardens - Forum'}],
	['Photo Album', null, {'sb':'Riverside Gardens Photo Album'},
		['Nursery', 'http://www.riversidegardens.com/album/index.php?cat=2', {'tw':'rbottom','sb':'Photo Album: Nursery'}],
		['Residential Landscapes', 'http://www.riversidegardens.com/album/index.php?cat=3', {'tw':'rbottom','sb':'Residential Landscapes'}],
		['Commercial Landscapes', 'http://www.riversidegardens.com/album/index.php?cat=5', {'tw':'rbottom','sb':'Commercial Landscapes'}]
	],
	['Live Weather', 'http://www.compusult.com.au/weather/riv_weather.htm', {'tw':'rbottom','sb':'Live Weather - Central Shepparton'}],
	['About Us', null, null,
		['Company Info', 'http://www.riversidegardens.com/nocontent.htm', {'tw':'rbottom','sb':'Company Information'}],
		['Accreditation', 'http://www.riversidegardens.com/nocontent.htm', {'tw':'rbottom','sb':'Accreditation'}],
		['Affiliations', 'http://www.riversidegardens.com/nocontent.htm', {'tw':'rbottom','sb':'Affiliations'}],
		['Our Staff', 'http://www.riversidegardens.com/nocontent.htm', {'tw':'rbottom','sb':'Our Staff'}]
	]
];
