

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88))"
}
else
{
	effect = "Shadow(color='#FFFFFF', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position

styleRed=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"E90029",				// Mouse Off Font Color
"D6E4F0",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"E90029",			// Mouse On Background Color
"FFFFFF",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"images/nav/arrowrt.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"images/nav/arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"FFFFFF",			// Menu Header Font Color (Leave blank if headers are not needed)
"E90029",			// Menu Header Background Color (Leave blank if headers are not needed)
"6698CB",			// Menu Item Separator Color
]

styleGrn=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"329F2C",				// Mouse Off Font Color
"D6E4F0",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"329F2C",			// Mouse On Background Color
"FFFFFF",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"images/nav/arrowgr.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"images/nav/arrowgr.gif",		// Top Bar image (Leave this blank to disable)
"FFFFFF",			// Menu Header Font Color (Leave blank if headers are not needed)
"329F2C",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFE7B3",			// Menu Item Separator Color
]

stylePurp=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"9a569f",				// Mouse Off Font Color
"D6E4F0",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"9a569f",			// Mouse On Background Color
"FFFFFF",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"images/nav/arrowpur.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"images/nav/arrowpur.gif",		// Top Bar image (Leave this blank to disable)
"FFFFFF",			// Menu Header Font Color (Leave blank if headers are not needed)
"9a569f",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFE7B3",			// Menu Item Separator Color
]
styleBlue=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"0097d5",				// Mouse Off Font Color
"D6E4F0",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"0097d5",			// Mouse On Background Color
"FFFFFF",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"images/nav/arrowblu.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"images/nav/arrowblu.gif",		// Top Bar image (Leave this blank to disable)
"FFFFFF",			// Menu Header Font Color (Leave blank if headers are not needed)
"0097d5",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFE7B3",			// Menu Item Separator Color
]
styleYellow=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ee9c00",				// Mouse Off Font Color
"D6E4F0",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"ee9c00",			// Mouse On Background Color
"FFFFFF",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"images/nav/arrowyel.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"images/nav/arrowyel.gif",		// Top Bar image (Leave this blank to disable)
"FFFFFF",			// Menu Header Font Color (Leave blank if headers are not needed)
"ee9c00",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFE7B3",			// Menu Item Separator Color
]
styleMain=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ee9c00",				// Mouse Off Font Color
"8DB3D8",			// Mouse Off Background Color
"FFFFFF",			// Mouse On Font Color
"FFCA66",			// Mouse On Background Color
"FFFFFF",			// Menu Border Color 
11,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,					// Menu Item Padding
"images/nav/arrowhome.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"images/nav/arrowpur.gif",		// Top Bar image (Leave this blank to disable)
"376CA2",			// Menu Header Font Color (Leave blank if headers are not needed)
"8DB3D8",			// Menu Header Background Color (Leave blank if headers are not needed)
"FFFFFF",			// Menu Item Separator Color
]
addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
123,					// Menu Top - The Top position of the menu in pixels
10,				// Menu Left - The Left position of the menu in pixels
180,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
styleMain,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"VIEW STRATEGIC<br>DIRECTION INITIATIVES","# align=left;type=header;",,,1
,"Foster enterprising communities","show-menu=foster","# onfontcolor=ffffff;onbackcolor=E90029;offfontcolor=ffffff;offbackcolor=8DB3D8;","Foster enterprising communities",1
,"Commit to our environment","show-menu=environment","# onfontcolor=ffffff;onbackcolor=329f2c;offfontcolor=ffffff;offbackcolor=8DB3D8;","Commit to our environment",1
,"Create places for <br>people","show-menu=places","# onfontcolor=ffffff;onbackcolor=9a569f;offfontcolor=ffffff;offbackcolor=8DB3D8;","Create places for people",1
,"Turn waste to <br>wealth","show-menu=waste","# onfontcolor=ffffff;onbackcolor=0097D5;offfontcolor=ffffff;offbackcolor=8DB3D8;","Turn waste to wealth",1
,"Promote healthy <br>lifestyles","show-menu=healthy","# onfontcolor=ffffff;onbackcolor=ee9c00;offfontcolor=ffffff;offbackcolor=8DB3D8;","Promote healthy lifestyles",1
])

// Foster enterprising communities //	


	addmenu(menu=["foster",
	,,185,1,"",styleRed,,"left",,,,,,,,,,,,,
	,"STRATEGIES","# align=left;type=header;",,,1
	,"1.&nbsp;&nbsp;Promote community &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;empowerment","show-menu=promote","#","Promote community empowerment",1
	,"2.&nbsp;&nbsp;Build on the strengths &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;of the area","show-menu=build","#","Build on the strengths of the area",1
	,"3.&nbsp;&nbsp;Grow local ideas and &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create pathways <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;to employment","show-menu=grow","#","Grow local ideas and create pathways to meaningful employment ",1

	])

			addmenu(menu=["promote",
			,,185,1,"",styleRed,,"left",,,,,,,,,,,,,
			,"1.1&nbsp;&nbsp;Leadership and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mentor programs","initiatives/Initiatives.asp?StratDirID=1&SubStratID=111&StratID=1&StratDirColourID=1",,"Leadership and mentor programs",1
			,"1.2&nbsp;&nbsp;Access to information","initiatives/Initiatives.asp?StratDirID=1&SubStratID=112&StratID=1&StratDirColourID=1",,"Access to information",1
			,"1.3&nbsp;&nbsp;Information and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; knowledge economy","initiatives/Initiatives.asp?StratDirID=1&SubStratID=113&StratID=1&StratDirColourID=1",,"Information and knowledge economy",1
			,"1.4&nbsp;&nbsp;Consultation<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;processes","initiatives/Initiatives.asp?StratDirID=1&SubStratID=114&StratID=1&StratDirColourID=1",,"Consultation processes",1
			])
			
			addmenu(menu=["build",
			,,185,1,"",styleRed,,"left",,,,,,,,,,,,,
			,"2.0&nbsp;&nbsp;Build on the strengths <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; of the area","initiatives/Initiatives.asp?StratDirID=1&SubStratID=120&StratID=2&StratDirColourID=1",,"Build on the strengths of the area",1
			,"2.1&nbsp;&nbsp;Facilities and <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; infrastructure","initiatives/Initiatives.asp?StratDirID=1&SubStratID=121&StratID=2&StratDirColourID=1",,"Facilities and infrastructure",1
			,"2.2&nbsp;&nbsp;Research","initiatives/Initiatives.asp?StratDirID=1&SubStratID=122&StratID=2&StratDirColourID=1",,"Research",1
			,"2.3&nbsp;&nbsp;Export and <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; extension services","initiatives/Initiatives.asp?StratDirID=1&SubStratID=123&StratID=2&StratDirColourID=1",,"Export and extension services",1
			,"2.4&nbsp;&nbsp;Festivals and <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; events","initiatives/Initiatives.asp?StratDirID=1&SubStratID=124&StratID=2&StratDirColourID=1",,"Festivals and events",1
			,"2.5&nbsp;&nbsp;Tourism","initiatives/Initiatives.asp?StratDirID=1&SubStratID=125&StratID=2&StratDirColourID=1",,"Tourism",1
			,"2.6&nbsp;&nbsp;Realising <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; opportunities","initiatives/Initiatives.asp?StratDirID=1&SubStratID=126&StratID=2&StratDirColourID=1",,"Realising the opportunities",1
			])
			
			addmenu(menu=["grow",
			,,185,1,"",styleRed,,"left",,,,,,,,,,,,,
			,"3.0&nbsp;&nbsp;Grow local ideas and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; create pathways<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to meaningful<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; employment","initiatives/Initiatives.asp?StratDirID=1&SubStratID=130&StratID=3&StratDirColourID=1",,"Grow local ideas and create pathways to meaningful employment",1
			,"3.1&nbsp;&nbsp;Education and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vocational training","initiatives/Initiatives.asp?StratDirID=1&SubStratID=131&StratID=3&StratDirColourID=1",,"Education and vocational training",1
			,"3.2&nbsp;&nbsp;Enterprise <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; development","initiatives/Initiatives.asp?StratDirID=1&SubStratID=132&StratID=3&StratDirColourID=1",,"Enterprise development",1
			,"3.3&nbsp;&nbsp;Employment <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; programs","initiatives/Initiatives.asp?StratDirID=1&SubStratID=133&StratID=3&StratDirColourID=1",,"Employment programs",1
			])
	
// Turn waste to wealth //	


	addmenu(menu=["waste",
	,,185,1,"",styleBlue,,"left",,,,,,,,,,,,,
	,"STRATEGIES","# align=left;type=header;",,,1
	,"1.&nbsp;&nbsp;Support the growth<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;of industries to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;convert waste into a<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;valued resource","show-menu=industries","#","Support the growth of new and existing industries to convert waste into a valued resource",1
	,"2.&nbsp;&nbsp;Reduce resource<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;consumption","show-menu=reduce","#","Build on the strengths of the area",1
		])
	
			addmenu(menu=["industries",
			,,185,1,"",styleBlue,,"left",,,,,,,,,,,,,
			,"1.1&nbsp;&nbsp;New industries","initiatives/Initiatives.asp?StratDirID=4&SubStratID=411&StratID=1&StratDirColourID=4",,"New industries",1
			,"1.2&nbsp;&nbsp;Renewable energy","initiatives/Initiatives.asp?StratDirID=4&SubStratID=412&StratID=1&StratDirColourID=4",,"Renewable energy",1
			,"1.3&nbsp;&nbsp;Better use of<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resources","initiatives/Initiatives.asp?StratDirID=4&SubStratID=413&StratID=1&StratDirColourID=4",,"Better use of resources",1
			,"1.4&nbsp;&nbsp;Community initiatives","initiatives/Initiatives.asp?StratDirID=4&SubStratID=414&StratID=1&StratDirColourID=4",,"Community initiatives",1
			,"1.5&nbsp;&nbsp;Stormwater,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wastewater and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; effluent reuse","initiatives/Initiatives.asp?StratDirID=4&SubStratID=415&StratID=1&StratDirColourID=4",,"Stormwater, wastewater and effluent reuse",1
			,"1.6&nbsp;&nbsp;Collection and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; treatment options","initiatives/Initiatives.asp?StratDirID=4&SubStratID=416&StratID=1&StratDirColourID=4",,"Collection and treatment options",1
			])
			
			addmenu(menu=["reduce",
			,,185,1,"",styleBlue,,"left",,,,,,,,,,,,,
			,"2.1&nbsp;&nbsp;Education and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; awareness","initiatives/Initiatives.asp?StratDirID=4&SubStratID=421&StratID=2&StratDirColourID=4",,"Education and awareness",1
			,"2.2&nbsp;&nbsp;Integrated waste<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; management","initiatives/Initiatives.asp?StratDirID=4&SubStratID=422&StratID=2&StratDirColourID=4",,"Integrated waste management",1
			,"2.3&nbsp;&nbsp;Greenhouse measures","initiatives/Initiatives.asp?StratDirID=4&SubStratID=423&StratID=2&StratDirColourID=4",,"Greenhouse measures",1
			])
			
							
					
// Commit to our environment //				

	addmenu(menu=["environment",
	,,185,1,"",styleGrn,,"left",,,,,,,,,,,,,
	,"STRATEGIES","# align=left;type=header;",,,1
	,"1.&nbsp;&nbsp;Improve environmental &nbsp;&nbsp;&nbsp;&nbsp; performance","show-menu=enviroperform","#","Improve our environmental performance",1
	,"2.&nbsp;&nbsp;Protect and<br>&nbsp;&nbsp;&nbsp;&nbsp; restore the natural<br>&nbsp;&nbsp;&nbsp;&nbsp; environment ","show-menu=enviroprotect","#","Protect and restore the natural environment ",1
	,"3.&nbsp;&nbsp;Improve <br>&nbsp;&nbsp;&nbsp;&nbsp; understanding and<br>&nbsp;&nbsp;&nbsp;&nbsp; management of the<br>&nbsp;&nbsp;&nbsp;&nbsp; coast","show-menu=envirocoast","#","Improve our understanding and management of the coast",1
	,"4.&nbsp;&nbsp;Increase community<br>&nbsp;&nbsp;&nbsp;&nbsp; awareness and<br>&nbsp;&nbsp;&nbsp;&nbsp; involvement","show-menu=envirocomm","#","Increase community awareness and involvement in environmental issues",1
	,"5.&nbsp;&nbsp;Manage the impact<br>&nbsp;&nbsp;&nbsp;&nbsp; of urban and rural<br>&nbsp;&nbsp;&nbsp;&nbsp; growth","show-menu=envirogrowth","#","Manage the impact of urban and rural growth on natural environments",1
	])
	
			addmenu(menu=["enviroperform",
			,,185,1,"",styleGrn,,"left",,,,,,,,,,,,,
			,"1.1&nbsp;&nbsp;Council operations","initiatives/Initiatives.asp?StratDirID=2&SubStratID=211&StratID=1&StratDirColourID=2",,"Council operations",1
			,"1.2&nbsp;&nbsp;Activities across<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the City","initiatives/Initiatives.asp?StratDirID=2&SubStratID=212&StratID=1&StratDirColourID=2",,"Activities across the City",1
			])
			
			addmenu(menu=["enviroprotect",
			,,185,1,"",styleGrn,,"left",,,,,,,,,,,,,
			
			,"2.1&nbsp;&nbsp;Biological diversity","initiatives/Initiatives.asp?StratDirID=2&SubStratID=221&StratID=2&StratDirColourID=2",,"Biological diversity",1
			,"2.2&nbsp;&nbsp;Rehabilitation","initiatives/Initiatives.asp?StratDirID=2&SubStratID=222&StratID=2&StratDirColourID=2",,"Rehabilitating degraded sites",1
			,"2.3&nbsp;&nbsp;Management of<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; catchments","initiatives/Initiatives.asp?StratDirID=2&SubStratID=223&StratID=2&StratDirColourID=2",,"Management of catchments",1
			])
			
			addmenu(menu=["envirocoast",
			,,185,1,"",styleGrn,,"left",,,,,,,,,,,,,
			,"3.1&nbsp;&nbsp;Coastal planning","initiatives/Initiatives.asp?StratDirID=2&SubStratID=231&StratID=3&StratDirColourID=2",,"Coastal planning",1
			,"3.2&nbsp;&nbsp;Coastal projects","initiatives/Initiatives.asp?StratDirID=2&SubStratID=232&StratID=3&StratDirColourID=2",,"Coastal projects",1
			,"3.3&nbsp;&nbsp;Coastal protection","initiatives/Initiatives.asp?StratDirID=2&SubStratID=233&StratID=3&StratDirColourID=2",,"Coastal protection",1
			])
			
			addmenu(menu=["envirocomm",
			,,185,1,"",styleGrn,,"left",,,,,,,,,,,,,
			,"4.0&nbsp;&nbsp;Increase community<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; awareness and <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; involvement","initiatives/Initiatives.asp?StratDirID=2&SubStratID=240&StratID=4&StratDirColourID=2",,"Increase community awareness and involvement in environmental issues",1
			,"4.1&nbsp;&nbsp;Environmental<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information","initiatives/Initiatives.asp?StratDirID=2&SubStratID=241&StratID=4&StratDirColourID=2",,"Environmental information",1
			,"4.2&nbsp;&nbsp;Community<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; involvement","initiatives/Initiatives.asp?StratDirID=2&SubStratID=242&StratID=4&StratDirColourID=2",,"Community involvement",1
			])
			
			addmenu(menu=["envirogrowth",
			,,185,1,"",styleGrn,,"left",,,,,,,,,,,,,
			,"5.0&nbsp;&nbsp;Manage the impact<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; of urban and rural<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; growth on natural <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; environments","initiatives/Initiatives.asp?StratDirID=2&SubStratID=250&StratID=5&StratDirColourID=2",,"Manage the impact of urban and rural growth on natural environments",1
			,"5.1&nbsp;&nbsp;Urban-rural interface","initiatives/Initiatives.asp?StratDirID=2&SubStratID=251&StratID=5&StratDirColourID=2",,"Urban-rural interface",1
			,"5.2&nbsp;&nbsp;Sustainable<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; management","initiatives/Initiatives.asp?StratDirID=2&SubStratID=252&StratID=5&StratDirColourID=2",,"Sustainable management",1
			])

	
// Create places for people //				

	addmenu(menu=["places",
	,,185,1,"",stylePurp,,"left",,,,,,,,,,,,,
	,"STRATEGIES","# align=left;type=header;",,,1
	,"1.&nbsp;&nbsp;Improve the  provision,<br>&nbsp;&nbsp;&nbsp;&nbsp; design and image of<br>&nbsp;&nbsp;&nbsp;&nbsp; public spaces","show-menu=placespublic","#","Improve the provision, design and image of public spaces",1
	,"2.&nbsp;&nbsp;Increase the use,<br>&nbsp;&nbsp;&nbsp;&nbsp; accessibility and<br>&nbsp;&nbsp;&nbsp;&nbsp; safety of public places","show-menu=placessafety","#","Increase the use, accessibility and safety of public places",1
	,"3.&nbsp;&nbsp;Improve the<br>&nbsp;&nbsp;&nbsp;&nbsp; transport network","show-menu=placestransp","#","Improve the transport network",1
	,"4.&nbsp;&nbsp;Identify, acknowledge<br>&nbsp;&nbsp;&nbsp;&nbsp; and respect places of<br>&nbsp;&nbsp;&nbsp;&nbsp; local heritage and<br>&nbsp;&nbsp;&nbsp;&nbsp; cultural significance","show-menu=placesheritage","#","Identify, acknowledge and respect places of local heritage and cultural significance ",1
	])
	
			addmenu(menu=["placespublic",
			,,190,1,"",stylePurp,,"left",,,,,,,,,,,,,
			,"1.0&nbsp;&nbsp;Improve the  provision,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; design and image of<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public spaces","initiatives/Initiatives.asp?StratDirID=3&SubStratID=310&StratID=1&StratDirColourID=3",,"Improve the provision, design and image of public spaces",1
			,"1.1&nbsp;&nbsp;Image and identity","initiatives/Initiatives.asp?StratDirID=1&SubStratID=311&StratID=1&StratDirColourID=3",,"Image and identity",1
			,"1.2&nbsp;&nbsp;Multi-use trails<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and open spaces","initiatives/Initiatives.asp?StratDirID=3&SubStratID=312&StratID=1&StratDirColourID=3",,"Multi-use trails and open spaces",1
			,"1.3&nbsp;&nbsp;Sporting activities<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and recreation","initiatives/Initiatives.asp?StratDirID=3&SubStratID=313&StratID=1&StratDirColourID=3",,"Sporting activities and recreation",1
			,"1.4&nbsp;&nbsp;Music and festivals","initiatives/Initiatives.asp?StratDirID=3&SubStratID=314&StratID=1&StratDirColourID=3",,"Music and festivals",1
			,"1.5&nbsp;&nbsp;Reconciling conflicting<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; activities","initiatives/Initiatives.asp?StratDirID=3&SubStratID=315&StratID=1&StratDirColourID=3",,"Reconciling conflicting activities",1
			,"1.6&nbsp;&nbsp;Upgrading facilities","initiatives/Initiatives.asp?StratDirID=3&SubStratID=316&StratID=1&StratDirColourID=3",,"Upgrading facilities",1
			,"1.7&nbsp;&nbsp;Functionality and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; design of centres","initiatives/Initiatives.asp?StratDirID=3&SubStratID=317&StratID=1&StratDirColourID=3",,"Functionality and design of centres",1
			,"1.8&nbsp;&nbsp;Public infrastructure<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and facilities","initiatives/Initiatives.asp?StratDirID=3&SubStratID=318&StratID=1&StratDirColourID=3",,"Public infrastructure and facilities",1
			])
			
			addmenu(menu=["placessafety",
			,,185,1,"",stylePurp,,"left",,,,,,,,,,,,,
			,"2.1&nbsp;&nbsp;Physical access and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; safety","initiatives/Initiatives.asp?StratDirID=3&SubStratID=321&StratID=2&StratDirColourID=3",,"Physical access and safety",1
			,"2.2&nbsp;&nbsp;Awareness of services","initiatives/Initiatives.asp?StratDirID=3&SubStratID=322&StratID=2&StratDirColourID=3",,"Awareness of services",1
			,"2.3&nbsp;&nbsp;Ownership of<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public spaces","initiatives/Initiatives.asp?StratDirID=3&SubStratID=323&StratID=2&StratDirColourID=3",,"Ownership of public spaces",1
			])  
			
			addmenu(menu=["placestransp",
			,,185,1,"",stylePurp,,"left",,,,,,,,,,,,,
			,"3.1&nbsp;&nbsp;Amenity, safety<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and physical access","initiatives/Initiatives.asp?StratDirID=3&SubStratID=331&StratID=3&StratDirColourID=3",,"Amenity, safety and physical access",1
			,"3.2&nbsp;&nbsp;Infrastructure support<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; of public transport","initiatives/Initiatives.asp?StratDirID=3&SubStratID=332&StratID=3&StratDirColourID=3",,"Infrastructure support of public transport",1
			,"3.3&nbsp;&nbsp;Access to public<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; transport","initiatives/Initiatives.asp?StratDirID=3&SubStratID=333&StratID=3&StratDirColourID=3",,"Access to public transport",1
			])  
			 
			addmenu(menu=["placesheritage",
			,,185,1,"",stylePurp,,"left",,,,,,,,,,,,,
			,"4.1&nbsp;&nbsp;Aboriginal  heritage","initiatives/Initiatives.asp?StratDirID=3&SubStratID=341&StratID=4&StratDirColourID=3",,"Aboriginal  heritage",1
			,"4.2&nbsp;&nbsp;Built heritage and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; local history","initiatives/Initiatives.asp?StratDirID=3&SubStratID=342&StratID=4&StratDirColourID=3",,"Built heritage and local history",1
			,"4.3&nbsp;&nbsp;Cultural diversity","initiatives/Initiatives.asp?StratDirID=3&SubStratID=343&StratID=4&StratDirColourID=3",,"Cultural diversity",1
			])
			
			
	
// Promote healthy lifestyles //				

	addmenu(menu=["healthy",
	,,185,1,"",styleYellow,,"left",,,,,,,,,,,,,
	,"STRATEGIES","# align=left;type=header;",,,1
	,"1.&nbsp;&nbsp;Promote healthy <br>&nbsp;&nbsp;&nbsp;&nbsp; lifestyle patterns","show-menu=healthylifestyle","#","Promote healthy lifestyle patterns",1
	,"2.&nbsp;&nbsp;Maintain and support<br>&nbsp;&nbsp;&nbsp;&nbsp; community centres <br>&nbsp;&nbsp;&nbsp;&nbsp; and services","show-menu=healthysupport","#","Maintain and support community centres and services",1
	,"3.&nbsp;&nbsp;Enhance a sense<br>&nbsp;&nbsp;&nbsp;&nbsp; of pride and belonging","show-menu=healthypride","#","Enhance a sense of pride and belonging",1
	])   
	
			addmenu(menu=["healthylifestyle",
			,,190,1,"",styleYellow,,"left",,,,,,,,,,,,,
			,"1.0&nbsp;&nbsp;Promote healthy <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lifestyle patterns","initiatives/Initiatives.asp?StratDirID=5&SubStratID=510&StratID=1&StratDirColourID=5",,"Promote healthy lifestyle patterns",1
			,"1.1&nbsp;&nbsp;Health education and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; awareness","initiatives/Initiatives.asp?StratDirID=5&SubStratID=511&StratID=1&StratDirColourID=5",,"Health education and awareness",1
			,"1.2&nbsp;&nbsp;Opportunities for<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; health and leisure<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; industry","initiatives/Initiatives.asp?StratDirID=5&SubStratID=512&StratID=1&StratDirColourID=5",,"Opportunities for health and leisure industry",1
			,"1.3&nbsp;&nbsp;Leisure and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; recreation facilities","initiatives/Initiatives.asp?StratDirID=5&SubStratID=513&StratID=1&StratDirColourID=5",,"Leisure and recreation facilities",1
			])
		
			addmenu(menu=["healthysupport",
			,,185,1,"",styleYellow,,"left",,,,,,,,,,,,,
			,"2.0&nbsp;&nbsp;Maintain and support<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; community centres<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  and services,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; including targeted<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; support","initiatives/Initiatives.asp?StratDirID=5&SubStratID=520&StratID=2&StratDirColourID=5",,"Maintain and support community centres and services, including targeted support ",1
			,"2.1&nbsp;&nbsp;Drug, alcohol and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gambling problems","initiatives/Initiatives.asp?StratDirID=5&SubStratID=521&StratID=2&StratDirColourID=5",,"Drug, alcohol and gambling problems",1
			,"2.2&nbsp;&nbsp;Accommodation and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; emergency shelters","initiatives/Initiatives.asp?StratDirID=5&SubStratID=522&StratID=2&StratDirColourID=5",,"Accommodation and emergency shelters",1
			,"2.3&nbsp;&nbsp;Accessibility of<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; medical services","initiatives/Initiatives.asp?StratDirID=5&SubStratID=523&StratID=2&StratDirColourID=5",,"Accessibility of medical services",1
			,"2.4&nbsp;&nbsp;Health and social<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; needs of target<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; groups","initiatives/Initiatives.asp?StratDirID=5&SubStratID=524&StratID=2&StratDirColourID=5",,"Health and social needs of target groups",1
			,"2.5&nbsp;&nbsp;Areas of high<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; disadvantage","initiatives/Initiatives.asp?StratDirID=5&SubStratID=525&StratID=2&StratDirColourID=5",,"Areas of high disadvantage",1
			,"2.6&nbsp;&nbsp;Affordability and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; accessibility","initiatives/Initiatives.asp?StratDirID=5&SubStratID=526&StratID=2&StratDirColourID=5",,"Affordability and accessibility",1
			,"2.7&nbsp;&nbsp;Personal crime and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; violence","initiatives/Initiatives.asp?StratDirID=5&SubStratID=527&StratID=2&StratDirColourID=5",,"Personal crime and violence",1
			,"2.8&nbsp;&nbsp;Support networks","initiatives/Initiatives.asp?StratDirID=5&SubStratID=528&StratID=2&StratDirColourID=5",,"Support networks",1
			])  
			
			addmenu(menu=["healthypride",
			,,185,1,"",styleYellow,,"left",,,,,,,,,,,,,
			,"3.1&nbsp;&nbsp;Education and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; awareness programs","initiatives/Initiatives.asp?StratDirID=5&SubStratID=531&StratID=3&StratDirColourID=5",,"Education and awareness programs",1
			,"3.2&nbsp;&nbsp;Identifying<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; community needs","initiatives/Initiatives.asp?StratDirID=5&SubStratID=532&StratID=3&StratDirColourID=5",,"Identifying community needs",1
			,"3.3&nbsp;&nbsp;Local history and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  culture","initiatives/Initiatives.asp?StratDirID=5&SubStratID=533&StratID=3&StratDirColourID=5",,"Local history and culture",1
			,"3.4&nbsp;&nbsp;Volunteer<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; participation","initiatives/Initiatives.asp?StratDirID=5&SubStratID=534&StratID=3&StratDirColourID=5",,"Volunteer participation",1
			,"3.5&nbsp;&nbsp;Value diversity","initiatives/Initiatives.asp?StratDirID=5&SubStratID=535&StratID=3&StratDirColourID=5",,"Value diversity",1
			])   
	
	

	
	
dumpmenus()