
var MENUL01_ITEMS = [
	[navitem ('SunWebsite&nbsp;&nbsp;','../index.php', '_self'), '../index.php', {'sb' : ' '},
		['website home page', '../index.php',{'sb' : ' '},
			[infobubl('SunWebs home page')]],
		['Links', '../links.php',{'sb' : ' '},
			[infobubl('Links to other regionally (Sunshine Coast that is) oriented websites.')]],
		['physical space', '../physical.php',{'sb' : ' '},
			[infobubl('Directions for intending non-virtual visitors such as how to get to and around the Sunshine Coast physically.')]],
		['Weather', '../weather.php',{'sb' : ' '},
			[infobubl('Weather, warnings and forecasts courtesy of  the Australian Bureau of Meteorology.')]],
		['Add-a-site', '../sitesuggestion.php',{'sb' : ' '},
			[infobubl('If you own or operate a website based on the Sunshine Coast and want to exchange links with SunWeb - here is the form to get the process rolling.')]],
		['Feedback', '../feedback.php',{'sb' : ' '},
			[infobubl('A form for communicating with the team at SunWeb - ideas, comments and feedback are appreciated.')]]
	],
	[navitem ('Accommodation', '../plcz2sty/index.php', '_self'), '../plcz2sty/index.php', {sb:' '} ,
		['Cabins &amp; Cottages', '../plcz2sty/index.php#CABINS',{'sb' : ' '},
			[infobubl('Self-contained accommodation separated from other guest rooms and often set in superlative surroundings - ideal venues to get away to a completely different environment.')]],
		['Bed Breakfast', '../plcz2sty/index.php#BANDB',{'sb' : ' '},
			[infobubl('The traditional way to stay - a breakfast is included with the room and offers a relaxing and nourishing start to your day.')]],
		['Motel-Style', '../plcz2sty/index.php#MOTELS',{'sb' : ' '},
			[infobubl('A wide variety of styles and locations - these are sprinkled liberally throughout the Sunshine Coast and often you will find one conveniently situated wherever you are heading. ')]],
		['Caravans &amp; Camping', '../plcz2sty/index.php#OUTDOORS',{'sb' : ' '},
			[infobubl('Caravan Parks and Camping venues often offer a range of on-site accommodation through to BYO beddding and shelter..')]],
		['Retreats', '../plcz2sty/index.php#RETREATS',{'sb' : ' '},
			[infobubl('If you are looking for somewhere to really get away from it all and experience peace and quiet Retreats offer sanctuary from the stresses of 21<sup>st</sup> century living.')]],
		['Other Accommodation', '../plcz2sty/index.php#OTHER',{'sb' : ' '},
			[infobubl('Didnt find what you were looking for above - you may have better luck with one of these alternatives ')]]
	],
	[navitem ('Places to visit&nbsp;&nbsp;','../places/index.php', '_self'),'../places/index.php' , {'sb' : ' '},
		['Natural Beauty', '../places/index.php#NATURAL',{'sb' : ' '},
			[infobubl('Some of Nature&acute;s exquisuite beauty spots on the Sunshine Coasts and in her hinterland.')]],
		['Communities', '../places/index.php#INHABITED',{'sb' : ' '},
			[infobubl('Some of the region&acute;s Townships, villages and communities who welcome visitors..')]],
		['Icons and Events', '../places/index.php#ICONS',{'sb' : ' '},
			[infobubl('Some of the locations and events which contribute to the uniqueness of our region.')]],
		['natural scenes', '../panos/index.php#natural',{'sb' : ' '},
			[infobubl('<b>Natural Scenes</b><br>Panoramas of natures grandeur on the Sunshine Coast and hinterland')]],
		['mainly man-made', '../panos/index.php#manmade',{'sb' : ' '},
			[infobubl('<b>Mainly man-made</b><br> - panoramic scenes from the Sunshine Coast and hinterland of places where  development is dominant.')]]
	],
	[navitem ('Real Estate&nbsp;','../real-estate-for-sale/index.php', '_self'), '../real-estate-for-sale/index.php', {'sb' : ' '},
			[infobubl('<b>Real Estate for Sale</b><br>a small but select list of properties currently for sale on the Sunshine Coast')]
	],
	[navitem ('Business&nbsp;&nbsp;','../business/index.php', '_self'), '../business/index.php', {'sb' : ' '},
			[infobubl('<b>Business & Commerce</b><br>Our links to websites for businesses based on and around the Sunshine Coast')]
	],
	[navitem ('Health&nbsp;&nbsp;&nbsp;','../health/index.php', '_self'), '../health/index.php', {'sb' : ' '},
		[infobubl('<b>Health & Wellbeing</b><br>Some of the many ways you can improve your health and wellbeing on the Sunshine Coast')]
	]
	]
	;
	
function infobubl (text) {
	return '<table height="10"width=220 cellpadding="5" cellspacing="0" border="2" bordercolor="#993300" bordercolordark="#993300" bordercolorlight="#cc9900"><tr><td width="200" class="infoblock"><div class="infoblock">' + text + '</div></td></tr></table>';
}
function infoblck (text) {
	return  '<table height=300 width=290 cellpadding="5" cellspacing="0" border="2"><tr><td width="290" class="infoblock"><div class="infoblock">' + text + '</div></td></tr></table>';
}
function navitem ( text , url, target) {
	return '<table background="img/navitembubl.gif" height=22 width=110 cellpadding=0 cellspacing=0 border="0" class="navitem"><tr><td align=right valign=middle><a class="navitem" href="' + url + '" target="' + target + '">' +  text + '</a></td></tr></table>';
}
/* 
,
		['Menu Item Text', 'URL',{'sb' : ' '},
			[infobubl('Expanded description')]]
*/