/*
 
 
*/

//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 //
////////////////////////////////////


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='FFFFFF', Direction=0, Strength=0)"
}
else
{
	effect = "Shadow(color='FFFFFF', Direction=0, Strength=0)" // 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=0;			// Sub menu offset Top position 
suboffset_left=0;			// Sub menu offset Left position
Frames_Top_Offset=0 		// Frames Page Adjustment for Top
Frames_Left_Offset=0		// Frames Page Adjustment for Left


plain_style=[				// Menu Properties Array
"000000",					// Off Font Color
"B9916F",					// Off Back Color
"FFFFFF",					// On Font Color
"127EB8",					// On Back Color
"000000",					// Border Color
12,							// Font Size
"normal",					// Font Style
"normal",						// Font Weight
"Verdana, Arial",              	// Font
4,							// Padding
""					// Sub Menu Image
,"000000"							// 3D Border & Separator
,"000000"					// 3D High Color
,"000000"					// 3D Low Color
]


addmenu(menu=["home",
,,160,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Return Home","home.html",,"Return Home",1
,"Municipal Site","http://www.bethlehemtwp.com/btweb/index.html target=_parent",,"Bethlehem Township Municipal Site",1
,"Admin Log In","http://www.bethlehemtwp.com/btcc/admin.html",,"Administration Log In",1
])

addmenu(menu=["search",
,,160,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Site Map","sm.html",,"Site Map",1
,"Search The Internet","http://www.ask.com target=_blank",,"Search The Internet",1
])


addmenu(menu=["info",
,,160,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Hours of Operation","hours.html",,"Hours of Operation",1
,"Directions","directions.html",,"Directions",1
,"Rates","rates.html",,"Rates",1
,"Packages and Rentals","rentals.html",,"Packages and Rentals",1
,"Memberships and Registration","membership.html",,"Memberships and Registration",1
,"Contacts","contact.html",,"Contacts",1
,"Address and Mailing","mailing.html",,"Address and Mailing",1
,"Staff","staff.html",,"Staff",1
,"Commission","commission.html",,"Commission",1
,"Photo Gallery","gallery.html",,"Photo Gallery",1
,"Tour Our Facility","tour.html",,"Tour Our Facility",1
])


addmenu(menu=["calendar",
,,160,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Aerobics","http://www.my.calendars.net/btaerobics target=_blank",,"Aerobics Calendar",1
,"Playground Program","http://www.my.calendars.net/btpg target=_blank",,"Playground Program Calendar",1
,"Special Events","http://www.my.calendars.net/btse target=_blank",,"Special Events",1
])

addmenu(menu=["programs",
,,160,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Preschool","preschool.html",,"Preschool Programs",1
,"Youth","youth.html",,"Youth Programs",1
,"Teen","teen.html",,"Teen Programs",1
,"Adult","adult.html",,"Adult Programs",1
,"Senior","senior.html",,"Senior Programs",1
,"Special Events","events.html",,"Special Events",1
,"Current Catalog","catalog.html",,"Current Catalog",1
])

addmenu(menu=["aquatics",
,,160,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Lessons","aqlessons.html",,"Lessons",1
,"Exercise","aqexercise.html",,"Exercise",1
,"Special Events","events.html",,"Special Events",1
,"Current Catalog","catalog.html",,"Current Catalog",1
,"Calendar","http://www.bethlehemtwp.com/btcc/aquaticscal/aquaticscal.html",,"Aquatics Calendar",1
])

addmenu(menu=["amen",
,,160,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Indoor Pool","ipool.html",,"Indoor Pool",1
,"Outdoor Pool","opool.html",,"Outdoor Pool",1
,"Indoor Track","itrack.html",,"Indoor Running/Walking Track",1
,"Gymnasium","gym.html",,"Gymnasium",1
,"Kids Club","kidsclub.html",,"Kids Club",1
,"Multi-Purpose","multi.html",,"Multi-Purpose",1
,"Cardio-Fitness","cardio.html",,"Cardio-Fitness Center",1
,"Aerobics","aerobics.html",,"Aerobics",1
,"Concessions","concessions.html",,"Concessions",1
])

addmenu(menu=["parks",
,,160,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Park Information","parkinfo.html",,"Park Information",1
,"Municipal Park","mpark.html",,"Municipal Park",1
,"Municipal Park North","mparknorth.html",,"Municipal Park North",1
,"Birchwood Park","birchwood.html",,"Birchwood Park",1
,"Comer Park","comer.html",,"Comer Park",1
,"Chetwyn Terrace Park","chetwyn.html",,"Chetwyn Terrace Park",1
,"14th Street Park","14st.html",,"14th Street Park",1
,"Special Events","events.html",,"Special Events",1
])


addmenu(menu=["links",
,,160,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Bethlehem Public Library","http://www.bapl.org/ target=_blank",,"Bethlehem Public Library",1
,"Youth Organizations","youthorg.html",,"Youth Organizations",1
])


dumpmenus()