/*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'},
		['Index', 'maleny_agricultural_show_index.php', {'sb' : 'Overview of the  Maleny Agricultural Show'},
			[infobubl('An overview of the Maleny Agricultural  Show and what it offers.')]],
		['Admission', '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.')]],
		['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 online entry forms for each section.')]],
		['Events', 'maleny_agricultural_show_events.php', {'sb' : 'Events associated with the Maleny Agricultural Show'},
			[infobubl(' 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.')]],
		['The Show Ball', 'maleny_agricultural_show_ball.php',,
			[infobubl('The Fabulous  &#8220;Fun-for-friends-and-family&#8221; Maleny Show Ball.')]],
		['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.')]],
		['Sponsors', 'sponsors.php',{'sb' : ' '},
			[infobubl('Some of the generous sponsors whose support is a key ingredient in  producing the 2010 Maleny Agricultural Show.')]]
	],
	['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', 'equestrian.php',{'sb' : ' '},
			[infobubl('Equestrian activities at the Maleny Showgrounds including membership applications and renewals and how to access the facilities')]],
		['Arena Calendar', 'arenabookings.php',{'sb' : ' '},
			[infobubl('Details on how to make a booking for the Equestrian Arena and a link to the current Booking Calendar for the arena.')]]
	]
];

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>';
}
