
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)}


if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#CEFAFF, Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='#CEFAFF', Direction=135, Strength=0)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=10			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=5;		// Sub menu offset Top position 
suboffset_left=-6;		// Sub menu offset Left position

style1=[				// 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.
"black",				// Mouse Off Font Color
"#CEFAFF",				// Mouse Off Background Color
"white",				// Mouse On Font Color
"#008493",				// Mouse On Background Color
"#CEFAFF",				// Menu Border Color 
15,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Arial",		// Font Name
1,						// Menu Item Padding
"arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
"",						// 3D Border & Separator bar
"",				// 3D High Color
"",				// 3D Low Color
"#00A200",				// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]



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
98,					// Menu Top - The Top position of the menu in pixels
0,					// Menu Left - The Left position of the menu in pixels
162,					// Menu Width - Menus width in pixels
2,					// Menu Border Width 
"left",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,					// 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
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
, 					// 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)
,					// Reserved for future use
,					// Reserved for future use
,					// EDIT BELOW 
,"Home","index.htm",,"",1 
,"Your&nbsp;Parish&nbsp;Council","show-menu=parish",,"",1
,"Your&nbsp;District&nbsp;Council","show-menu=district",,"",1
,"Your&nbsp;County&nbsp;Council","show-menu=county",,"",1
,"News","show-menu=news",,"",1
,"What's&nbsp;On","show-menu=events",,"",1
,"Community Hall","show-menu=hall",,"",1 
,"Parish&nbsp;Magazine","magazine.htm",,"",1
,"About&nbsp;Rodborough","about.htm",,"",1
,"Disability&nbsp;&&nbsp;Access","disability.htm",,"",1
,"Clubs&nbsp;&&nbsp;Societies","clubs.htm",,"",1
,"Health&nbsp;Services","show-menu=health",,"",1
,"Education&nbsp;Services","show-menu=education",,"",1
,"Business&nbsp;Services","business.htm",,"",1
,"Countryside","show-menu=countryside",,"",1
,"Transport","show-menu=transport",,"",1
,"Useful&nbsp;Links","links.htm",,"",1
,"Report&nbsp;a&nbsp;problem","problem.htm",,"",1
,"Contact&nbsp;the&nbsp;Clerk","clerk.htm",,"",1

])
	addmenu(menu=["parish",,,255,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"What&nbsp;your&nbsp;Parish&nbsp;Council&nbsp;does","parish.htm",," ",1
	,"Meet&nbsp;your&nbsp;Parish&nbsp;Councillors","pcouncillors.htm",," ",1
	,"Committees","show-menu=committees",,"",1
	,"Policies","policies.htm",," ",1
	,"Services","services.htm",," ",1
	,"Parish&nbsp;Plan","plan.htm",," ",1
	,"Grants","grants.htm",," ",1
	])
	
	
		addmenu(menu=["committees",,,260,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Finance","show-menu=finance",,"",1
		,"Planning&nbsp;&&nbsp;Transport","show-menu=planandtran",,"",1
		,"Amenities&nbsp;&&nbsp;General&nbsp;Purposes","show-menu=amengen",,"",1						,"Staffing","show-menu=staffing",,"",1										  	,"Fete&nbsp;Committee","show-menu=fetecomm",,"",1
		])

			
			addmenu(menu=["finance",,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Members","financemembers.htm",," ",0
			,"Meeting&nbsp;Times&nbsp;&&nbsp;Dates","financemeeting.htm",," ",0
			,"Minutes","financeminutes.htm",," ",0
			])
			addmenu(menu=["planandtran",,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Members","planningmembers.htm",," ",0
			,"Meeting&nbsp;Times&nbsp;&&nbsp;Dates","planningmeetings.htm",," ",0
			,"Minutes","planningminutes.htm",," ",0
			])
			addmenu(menu=["amengen",,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Members","amengenmembers.htm",," ",0
			,"Meeting&nbsp;Times&nbsp;&&nbsp;Dates","amengenmeetings.htm",," ",0
			,"Minutes","amengenminutes.htm",," ",0
			])
			addmenu(menu=["staffing",,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Members","staffingmembers.htm",," ",0
			,"Meeting&nbsp;Times&nbsp;&&nbsp;Dates","staffingmeetings.htm",," ",0
			,"Minutes","staffingminutes.htm",," ",0
			])
			addmenu(menu=["fetecomm",,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Members","fetecommembers.htm",," ",0
			,"Meeting&nbsp;Times&nbsp;&&nbsp;Dates","fetecommeetings.htm",," ",0
			,"Minutes","fetecomminutes.htm",," ",0
			])

	addmenu(menu=["district",,,265,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"What&nbsp;your&nbsp;District&nbsp;Council&nbsp;does","district.htm",," ",1
	,"Meet&nbsp;your&nbsp;District&nbsp;Councillors ","dcouncillors.htm",," ",1
	])	

	addmenu(menu=["county",,,265,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"What&nbsp;your&nbsp;County&nbsp;Council&nbsp;does","county.htm",," ",1
	,"Meet&nbsp;your&nbsp;County&nbsp;Councillors ","ccouncillors.htm",," ",1
	])

	addmenu(menu=["news",,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"News&nbsp;Items","news.htm",," ",1
	,"Photo&nbsp;Pages","photos.htm",," ",1
	])

	addmenu(menu=["events",,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Special&nbsp;Events","news.htm",," ",1
	,"Events&nbsp;Calendar","/EventCalendar/EventCalendar.htm",," ",1
	,"Regular&nbsp;Activities","regularactivities.htm",," ",1
	,"Services&nbsp;for&nbsp;Worship","regevents.htm",," ",1
	])

	addmenu(menu=["hall",,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"How&nbsp;to&nbsp;Book","hallbooking.htm",," ",1
	,"Regular&nbsp;activites&nbsp;in&nbsp;the&nbsp;hall","hallgroups.htm",," ",1
	,"On-Line&nbsp;Calendar","/Calendar/HallCalendar.htm",," ",1
	,"Location&nbsp;and&nbsp;Directions","halllocation.htm",," ",1
	,"Conditions&nbsp;of&nbsp;Hire","hallconditions.htm",," ",1
	,"Hall&nbsp;Improvement&nbsp;Working&nbsp;Group","hallimprov.htm",," ",1
	])

	addmenu(menu=["health",,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Dentists","dentists.htm",," ",1

	,"Doctors","doctors.htm",," ",1
	,"Hospitals","hospitals.htm",," ",1
	,"Other&nbsp;Services","others.htm",," ",1

	])

	addmenu(menu=["education",,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Preschool","preschool.htm",," ",1
	,"Primary","primary.htm",," ",1
	,"Secondary","secondary.htm",," ",1
	,"Tertiary","tertiary.htm",," ",1

	])

	addmenu(menu=["countryside",,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"National&nbsp;Trust","nationaltrust.htm",," ",1
	,"A.O.N.B.","aonb.htm",," ",1
	,"S.S.S.I.","sssi.htm",," ",1

	])

	addmenu(menu=["transport",,,240,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Bus&nbsp;Timetables","bustimes.htm",," ",1
	,"Lorrywatch","lorrywatch.htm",," ",1
	,"Road&nbsp;Watch","roadwatch.htm",," ",1
	,"Cycling","cycling.htm",," ",1

	])




dumpmenus()