/*malenyshowsociety.org.au site menu*/

var MENU_ITEMS = [
	['Home page of the MSS website', 'index.php', {'sb' : 'Home page '}],
	['The Maleny Agricultural Show','maleny_agricultural_show_index.php',{'sb' : 'The next Maleny Agricultural Show - an overview'},
		['Whats at the Show', 'maleny_agricultural_show_index.php', {'sb' : 'Overview of the  Maleny Agricultural Show'},
			[infobubl('Whats on at the show this year')]],
		['2011 Panoramas', 'show_panoramas_2011.php', {'sb' : 'For the bigger picture'},
			[infobubl('Have a look at some panoramas from the 2011 Show')]],
		['What it costs', 'maleny_agricultural_show_index.php#ADMISSION', {'sb' : 'What it will cost you to get into the Show'},
			[infobubl('Admission costs to the show.')]],
		['Membership', 'Maleny-Show-Society-Membership.php', {'sb' : 'Information about becoming a member of the Maleny Agricultural Show Society'},
			[infobubl('MSS membership information and application form.')]],
		['Personalities', 'maleny_agricultural_show_personalities.php',,
			[infobubl('Show Personalities: Miss Show Girl, Junior Show Princess, Rural Ambassador and Charity Person details and entry form.')]],
		['Sections', 'maleny_agricultural_show_sections_programs.php', {'sb' : 'Sections we divide the Show into'},
			[infobubl('The Sections which make up the Annual Maleny Agricultural Show, includes links to downloadable (and printable) PDF files for each section and links to PDF entry forms for each section.')]],
		['Programs', 'maleny_agricultural_show_sections_programs.php', {'sb' : 'Downloadable PDF programs for all the sections in the show'},
			[infobubl('The Section programs which make up the Annual Maleny Agricultural Show as downloadable (and printable) PDF files.')]],
		['Entry Forms', 'maleny_agricultural_show_sections_programs.php', {'sb' : 'Downloadable PDF entry forms for all the sections in the show'},
			[infobubl('Entry forms for all the events at the Annual Maleny Agricultural Show, as downloadable (and printable) PDF files.')]],
		['Events', 'maleny_agricultural_show_events.php', {'sb' : 'Events associated with the Maleny Agricultural Show'},
			[infobubl('The main events which are a part of the Maleny Agricultural Show but dont have a Section of their own - this is where you can get the entry forms for these events.')]],
		['Trade Space', 'tradespace.php',{'sb' : ' '},
			[infobubl('Application form for Trade Space at the Caloundra City Show - also has the price list and Health and Safety agreement required for a successful application.')]],
		['2011 Show Launch', 'maleny_agricultural_show_2011-launch.php',{'sb' : 'photos from the official 2011 Show Launch '},
			[infobubl('Introduced in 2011 - the official Show Launch event saw the Maleny business community gather to vie for naming rights to the Shows main venues')]]
	],
	['Showground Facilities','facilities.php',{'sb' : 'Facilities at the Maleny Showgrounds'},
/*		['Membership', 'members_mss.php', {'sb' : 'Membership of the Maleny Show Society'},
			[infobubl('Maleny Show Society Membership - application form, benefits and activities.')]],	*/
		['Camping', 'camping.php',{'sb' : ' '},
			[infobubl('Public camping facilities at the Maleny Showgrounds - details and contact points.')]],
		['Pavilion', 'pavilion.php',{'sb' : ' '},
			[infobubl('Maleny Showgrounds Pavilion - facilities and hiring enquiries.')]],
		['Equestrian', 'http://megs.org.au/',{'sb' : 'Equestrian facilities are documents on the MEGs website '},
			[infobubl('Equestrian activities at the Maleny Showgrounds, including membership applications and renewals and how to access the facilities, documented by MEGs')]],
		['Arena Calendar', 'http://megs.org.au/?page_id=10',{'sb' : ' '},
			[infobubl('A link to the current Booking Calendar for the arena maintained on the MEGs website.')]]
	]
];

function infobubl (text) {
	return '<table height="10"width=220 cellpadding="5" cellspacing="0" border="2" bordercolor="#990033" bordercolordark="#660033" bordercolorlight="#cc0000"><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>';
}

