 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=8;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#575757";			// Background color when mouse is not over
	var HighBgColor="#000000";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=2;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="arial";	// Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=2;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws="";

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="";
	var MenuShadow=")";

	var MenuOpacity="";
	var MenuOpacity="";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","index.html","",0,20,60,"","","","","","",-1,-1,-1,"","Home");
		
Menu2=new Array("Community Groups","community.html","",16,20,140,"","#316773","","","","",-1,-1,-1,"","Community Groups");
	Menu2_1=new Array("Capertee Progress Assoc","community_capertee.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Capertee Progress Association");
	Menu2_2=new Array("Capertee Valley Alliance Inc","community_cva.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Capertee Valley Alliance Inc");
	
	Menu2_3=new Array("Capertee Valley Tourism Workshop Group","community_cvtwg.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Capertee Valley Tourism Workshop Group");
	Menu2_4=new Array("Glen Alice Community Association","community_gaca.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Glen Alice Community Association");
	Menu2_5=new Array("Glen Davis Community Association","community_gdca.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Glen Davis Community Association");
	Menu2_6=new Array("Hartley District Progress Association","community_hartley.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Hartley District Progress Association");
	Menu2_7=new Array("Lithgow & District Family History Society","community_ldfhs.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Lithgow & District Family History Society");
	Menu2_8=new Array("Lithgow & District Garden Club","community_garden.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Lithgow & District Garden Club");
	Menu2_9=new Array("Lithgow Environment Group","community_lithgowEnvGroup.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Lithgow Environment Group");
	Menu2_10=new Array("Lithgow Legacy","community_legacy.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Legacy");
	Menu2_11=new Array("Lithgow Tidy Towns","community_tidytowns.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Lithgow Tidy Towns");
	Menu2_12=new Array("Portland Tidy Towns","community_portlandTidyTowns.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Portland Tidy Towns");
	Menu2_13=new Array("Quota International","community_quota.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Quota International");
	Menu2_14=new Array("Rural Fire Brigades","community_rfs.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Rural Fire Brigades");
	Menu2_15=new Array("Rydal Village Association","community_rydal.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Rydal Village Association");
	Menu2_16=new Array("Wallerawang/Lidsdale CWA","community_cwa.html","",0,20,180,"#316773","","","","","",-1,-1,-1,"left","Wallerawang/Lidsdale CWA");
	
	

Menu3=new Array("Churches","churches.html","",12,20,90,"","#315073","","","","",-1,-1,-1,"","Churches");
	Menu3_1=new Array("Anglican Church","rel_anglican.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Anglican Church");
	Menu3_2=new Array("Baptist Church","rel_baptist.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Baptist Church");
	Menu3_3=new Array("Catholic Church","rel_catholic.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Catholic Church");
	Menu3_4=new Array("Christian Life Centre","rel_clc.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Christian LIfe Centre");
	Menu3_5=new Array("Home Churches","rel_home.htmll","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Home Churches");
	Menu3_6=new Array("Lithgow Bible Church","rel_bible.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Lithgow Bible Church");
	Menu3_7=new Array("Lithgow Christian Fellowship","rel_lcf.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Lithgow Christian Fellowship");
	Menu3_8=new Array("Presbyterian Church","rel_presbyt.htmll","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Presbyterian Church");
	Menu3_9=new Array("Reformed Presbyterian","rel_refpres.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Reformed Presbyterian");
	Menu3_10=new Array("Salvation Army","rel_salvos.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Salvation Army");
	Menu3_11=new Array("Seventh Day Adventist","rel_sda.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Seventh Day Adventist");
	Menu3_12=new Array("Uniting Church","rel_uniting.html","",0,20,170,"#315073","","","","","",-1,-1,-1,"left","Uniting Church");
	
	
Menu4=new Array("Families","families.html","",3,20,90,"","#313973","","","","",-1,-1,-1,"","Families");
	Menu4_1=new Array("Support","","",1,20,135,"#313973","","","","","",-1,-1,-1,"left","Support");
		Menu4_1_1=new Array("The Benevolent Society","family_benevolent.html","",0,20,135,"#313973","","","","","",-1,-1,-1,"left","Benevolent Society");
		
	Menu4_2=new Array("Child Care","","",4,20,135,"#313973","","","","","",-1,-1,-1,"left","Child Care");
		Menu4_2_1=new Array("Blinky Bill Portland","family_blinkybill.html","",0,20,170,"#313973","","","","","",-1,-1,-1,"left","Blinky Bill Portland Child Care Centre");
		Menu4_2_2=new Array("Galloping Gumnut Mobile","family_gallopingGumnut.html","",0,20,170,"#313973","","","","","",-1,-1,-1,"left","Galloping Gumnut Mobile");
		Menu4_2_3=new Array("Gumnut House","family_gumnut.html","",0,20,135,"#313973","","","","","",-1,-1,-1,"left","Gumnut House");
		Menu4_2_4=new Array("Uniting Care","family_unitingcare.html","",0,20,135,"#313973","","","","","",-1,-1,-1,"left","Uniting Care");
		
	Menu4_3=new Array("Playgroups","","",2,20,135,"#313973","","","","","",-1,-1,-1,"left","Playgroups");
		Menu4_3_1=new Array("Paddy's Possums","family_paddys.html","",0,20,135,"#313973","","","","","",-1,-1,-1,"left","Paddy's Possums Playgroup");
		Menu4_3_2=new Array("Families Supported Playgroups","family_nswspg.html","",0,20,135,"#313973","","","","","",-1,-1,-1,"left","NSW Supported Playgroups");
		

Menu5=new Array("Seniors","seniors.html","",3,20,90,"","#413173","","","","",-1,-1,-1,"","Seniors");
	Menu5_1=new Array("Accommodation","","",3,20,135,"#413173","","","","","",-1,-1,-1,"left","Accommodation");
		Menu5_1_1=new Array("Cooinda","cooinda.html","",0,20,135,"#413173","","","","","",-1,-1,-1,"left","Cooinda");
		Menu5_1_2=new Array("Tabulam Cottages","tabulam.html","",0,20,135,"#413173","","","","","",-1,-1,-1,"left","Tabulum Cottages");
		Menu5_1_3=new Array("Tanderra Nursing Home","seniors_tanderra.html","",0,20,135,"#413173","","","","","",-1,-1,-1,"left","Tanderra Nursing Home");
	Menu5_2=new Array("Recreation","","",2,20,135,"#413173","","","","","",-1,-1,-1,"left","Recreation");
		Menu5_2_1=new Array("Gorrie Ban","seniors_gorrieban.html","",0,20,135,"#413173","","","","","",-1,-1,-1,"left","Gorrie Ban");
		Menu5_2_2=new Array("Senior Citizens Club","seniors_SCC.html","",0,20,135,"#413173","","","","","",-1,-1,-1,"left","Senior Citizens Club");
	Menu5_3=new Array("Support","","",1,20,135,"#413173","","","","","",-1,-1,-1,"left","Support");
		Menu5_3_1=new Array("Uniting Care","seniors_unitingcare.html","",0,20,135,"#413173","","","","","",-1,-1,-1,"left","Uniting Care");



Menu6=new Array("Recreation","recreation.html","",3,20,90,"","#5A3173","","","","",-1,-1,-1,"","Recreation");
	Menu6_1=new Array("Sport","","",1,20,130,"#5A3173","","","","","",-1,-1,-1,"left","Sport");
		Menu6_1_1=new Array("Lithgow Croquet Club","recreation_croquetClub.html","",0,20,170,"#5A3173","","","","","",-1,-1,-1,"left","Sport");
	Menu6_2=new Array("Music","","",3,20,130,"#5A3173","","","","","",-1,-1,-1,"left","Music");
		Menu6_2_1=new Array("Lithgow Community Orchestra","recreation_LCO.html","",0,20,170,"#5A3173","","","","","",-1,-1,-1,"left","Mitchell Conservatorium");
		Menu6_2_2=new Array("Mitchell Conservatorium","music_mitchell.html","",0,20,170,"#5A3173","","","","","",-1,-1,-1,"left","Mitchell Conservatorium");
		Menu6_2_3=new Array("Lithgow Highland Pipe Band","recreation_pipeband.html","",0,20,170,"#5A3173","","","","","",-1,-1,-1,"left","Lithgow Highland Pipe Band");

	Menu6_3=new Array("Other","","",2,20,130,"#5A3173","","","","","",-1,-1,-1,"left","Other");
		Menu6_3_1=new Array("Central West Bushwalking Club","recreation_bushwalking.html","",0,20,180,"#5A3173","","","","","",-1,-1,-1,"left","Central West Bushwalking Club");
		Menu6_3_2=new Array("Old Time New Vogue Dance Club","recreation_danceclub.html","",0,20,180,"#5A3173","","","","","",-1,-1,-1,"left","Other");

Menu7=new Array("Support Services","support.html","",6,20,120,"","#6F3173","","","","",-1,-1,-1,"","");
	
	Menu7_1=new Array("Community Health","","",3,20,170,"#6F3173","","","","","",-1,-1,-1,"left","Community Health");
		Menu7_1_1=new Array("Early Childhood Clinic","support_earlyChildClinic.html","",0,20,200,"#6F3173","","","","","",-1,-1,-1,"left","Early Childhood Clinic");
		Menu7_1_2=new Array("Lithgow Community Health Centre","support_communityHealth.html","",0,20,200,"#6F3173","","","","","",-1,-1,-1,"left","Early Childhood Clinic");
		Menu7_1_3=new Array("Health Care Complaints","support_HealthCare Complaints.html","",0,20,200,"#6F3173","","","","","",-1,-1,-1,"left","Health Care Complaints");
	
	Menu7_2=new Array("Disability","","",3,20,170,"#6F3173","","","","","",-1,-1,-1,"left","Disability");
		Menu7_2_1=new Array("Gateway Employment","support_gateway.html","",0,20,200,"#6F3173","","","","","",-1,-1,-1,"left","Gateway Employment");
		Menu7_2_2=new Array("Uniting Care","support_unitingcare.html","",0,20,200,"#6F3173","","","","","",-1,-1,-1,"left","Uniting Care");
		Menu7_2_3=new Array("Wallerawang Residential Centre","support_wangResidential.html","",0,20,200,"#6F3173","","","","","",-1,-1,-1,"left","Wallerawang Residential Centre");
	
	
	Menu7_3=new Array("Housing","","",2,20,170,"#6F3173","","","","","",-1,-1,-1,"left","Community Projects");
		Menu7_3_1=new Array("Lithgow Community Housing","support_communityHousing.html","",0,20,200,"#6F3173","","","","","",-1,-1,-1,"left","Lithgow Community Housing Inc");
		Menu7_3_2=new Array("South West Tenants Advice Service","support_tenantsAdvice.html","",0,20,200,"#6F3173","","","","","",-1,-1,-1,"left","South West Tenants Advice Service");
	
	
	Menu7_4=new Array("Mental Health ","support_unitingCareMentalHealth.html","",0,20,1705,"#6F3173","","","","","",-1,-1,-1,"left","Uniting Care Mental Health Services");
	
	Menu7_5=new Array("Multicultural Services","support_mss.html","",0,20,1705,"#6F3173","","","","","",-1,-1,-1,"left","Frail Aged Respite");
		
	
	Menu7_6=new Array("Women","","",1,20,170,"#6F3173","","","","","",-1,-1,-1,"left","Josephite Foundation");
		Menu7_6_1=new Array("Corner House Womens Refuge","support_cornerHouse.html","",0,20,200,"#6F3173","","","","","",-1,-1,-1,"left","Corner House Women's Refuge");
	
	
	

Menu8=new Array("Youth","youth.html","",4,20,90,"","#733160","","","","",-1,-1,-1,"","Youth");
	Menu8_1=new Array("Adolescent & Family Counselling","youth_LAFC.html","",0,20,200,"#733160","","","","","",-1,-1,-1,"left","Adolescent & Family Counselling");
	Menu8_2=new Array("Lithgow Community Projects","youth_lcomproj.html","",0,20,200,"#733160","","","","","",-1,-1,-1,"left","Lithgow Community Projects");
	Menu8_3=new Array("PCYC","youth_PCYC.html","",0,20,200,"#733160","","","","","",-1,-1,-1,"left","PCYC");
	Menu8_4=new Array("Youth Council","youthcouncil.html","",0,20,200,"#733160","","","","","",-1,-1,-1,"left","Youth Council");


