// Initialise collapsable menu


var on_off=new Array();
		var menu_code=new Array();
		var menu_name=new Array();
		var menu_parent=new Array();
		
		// How many menus are there?
		var number_of_menus=6;
		
		// How to join the values together
		var join_html="";
		
		// Define the menu IDs
		menu_name[0]="menu0";
		menu_name[2]="menu2";
		menu_name[3]="menu3";
		menu_name[4]="menu4";
		menu_name[5]="menu5";
		menu_name[6]="menu6";
		
		// Define menu contents
		
		menu_code[0]=new Array();
		menu_code[0][0]="<div id=\"topmenutable-highlight-level2\"><ul class=\"sublevel1\">";
		menu_code[0][1]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'maps-rookwood-iframe.html'; return false;\">> Rookwood Necropolis</a></li>";
		menu_code[0][2]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'maps-ryde-iframe.html'; return false;\">> Field of Mars Ryde</a></li>";
		menu_code[0][3]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'maps-rocks-iframe.html'; return false;\">> North Rocks</a></li>";
		menu_code[0][4]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'maps-liverpool-iframe.html'; return false;\">> Liverpool</a></li>";
		menu_code[0][5]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'maps-kemps-iframe.html'; return false;\">> Kemps Creek</a></li>";
		menu_code[0][6]="</ul></div>";
		menu_parent[1] = -1;

		menu_code[2]=new Array();
		menu_code[2][0]="<div id=\"topmenutable-highlight-level2\"><ul class=\"sublevel1\">";
		menu_code[2][1]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'gen-info-horticulture-1-iframe.html'; changeFrameHeight('mainframe',300); return false;\">> Historical Gardens</a></li>";
		menu_code[2][2]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'gen-info-horticulture-2-iframe.html'; changeFrameHeight('mainframe',300); return false;\">> Care of the Catholic Cemetery</a></li>";
		menu_code[2][3]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'gen-info-horticulture-3-iframe.html'; changeFrameHeight('mainframe',300); return false;\">> Towards the Future</a></li>";
		menu_code[2][4]="</ul></div>";
		menu_parent[2] = -1;

		menu_code[3]=new Array();
		menu_code[3][0]="<ul class=\"sublevel1\">";
		menu_code[3][1]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'gen-info-horticulture-1-iframe.html'; return false;\">> The Catholic Office</a></li>";
		menu_code[3][2]="</ul>";
		menu_parent[3] = -1;
		
		menu_code[4]=new Array();
		menu_code[4][0]="<ul class=\"sublevel1\">";
		menu_code[4][1]="<li class=\"topleftmenulevel3\"><a href=\"#\" onclick=\"javascript:frames['mainframe'].location.href = 'gen-info-horticulture-1-iframe.html'; return false;\">> Rookwood FAQ</a></li>";
		menu_code[4][2]="</ul>";
		menu_parent[4] = -1;
		


