/*
 Milonic DHTML Website Navigation Menu
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.com/ for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
 All Copyright notices MUST remain in place at ALL times and, please keep us informed of your 
 intentions to use the menu and send us your URL.
 
 If you are having difficulty with the menu please read the FAQ at http://www.milonic.com/faq.php before contacting us.

*/

//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.com/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}


timegap=50					// 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
Frames_Top_Offset=0 			// Frames Page Adjustment for Top Offset
Frames_Left_Offset=-36			// Frames Page Adjustment for Left Offset

plain_style=[				// Menu Properties Array
"ffffff",					// Off Font Color
"800000",					// Off Back Color
"000000",					// On Font Color
"ccccff",					// On Back Color
"ffebcd",					// Border Color
12,						// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Verdana",					// Font
4,						// Padding
"/images/arrow.gif",					// Sub Menu Image
,						// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
]


addmenu(menu=["about_asc"
,,,150,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Contact Information","/bod/asc_bod.html",,,0
])

addmenu(menu=["develop",
,,150,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Development Courses","/development/index.html target=main",,,1
,"Coaching Tips","show-menu=coach_tips",,,1
,"Link to other Sites","show-menu=other_devsites",,,1
])


	addmenu(menu=["coach_tips"
	,,,150,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
	,"Coaching Tips during Practice","/development/coaching_tips_during_practice.html target=main",,,1
	,"Team Building Excercises","/development/team_building.html target=main",,,1
	,"Possession Games","/development/possession_games.html target=main",,,1
	,"Additional Resources found at the Robbins Library","/development/robbins_library_resources.html target=main",,,1
	])

	addmenu(menu=["other_devsites"
	,,,150,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
	,"MYSA Resources for Coaches","http://www.mayouthsoccer.org/coachingdownloads.html target=_blank",,,1
	,"U.S. Youth Soccer Coaches Connection","http://www.usyouthsoccer.org/coaches/coachesconnection/index_E.html target=_blank",,,1
	])


addmenu(menu=["coaches",
,,150,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"News","/coaches/news.html",,,1
,"Evaluation Forms","/coaches/Evaluation_Forms.html",,,1
,"Field Grid","/field/pdf/F04_Field_Grid.pdf target=_blank",,,1
,"Field Practice Schedule","/coaches/field_practice_s04.html",,,1
,"Intown U8 - U10 Rules Changes","/coaches/pdf/U8_Rules_r9502.pdf target=_blank",,,1
])


addmenu(menu=["bays"
,,,150,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
,"About Bays","/history.asp?tp=About Bays",,,1
,"BAYS Coaches","/bays/bay_coaches.html",,,1
,"Tryout and Team Selection Policies","/bays/team_selection_policies.html",,,1
,"Tryout Dates and Time Schedule","/bays/team_tryout_schedule.html",,,1
,"Tryout Selection Process","/bays/team_selection_process.html",,,1
,"Practice Rules","/bays/practice_rules.html",,,1
,"BAYS WebSite","http://www.bays.org target=_blank",,,1
,"Link to other Sites","show-menu=other_baysites",,,1
])

	addmenu(menu=["other_baysites"
	,,,150,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
	,"Girls U14 Panthers","http://home.comcast.net/~l.reale/Soccer/Home.html target=_blank",,,1
	])

addmenu(menu=["referees"
,,,150,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
,"News","/referees/news.html",,,1
,"Weekly Field Assignment","/referees/field_assignments.html",,,1
,"Field Grid","/field/pdf/F04_Field_Grid.pdf target=_blank",,,1
,"Pay Sheet Form","/referees/ref_paysheets.html",,,1
,"Login","https://ssl4.chi.us.securedata.net/arlingtonsoccerclub.com/admin/referee/login.asp target=blank",,,1
])

addmenu(menu=["asc_field_maps"
,,,150,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
,"Field Locations","/field/pdf/ASC_Field_Map_082903.pdf target=_blank",,,1
,"Field Conditions","http://arlingtonma.virtualtownhall.net/Public_Documents/ArlingtonMA_Fields/FieldConditions target=_blank",,,1
])


addmenu(menu=["links_to_sites"
,,,120,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
,"BAYS","http://www.bays.org target=_blank",,,1
,"NE Revolution","http://www.revolutionsoccer.net target=_blank",,,1
,"Mass Youth Soccer","http://www.mayouthsoccer.org/index.html target=_blank",,,1
,"US Youth Soccer","http://www.usyouthsoccer.org/index.html target=_blank",,,1
])

dumpmenus()