/*
		Milonic DHTML Website Navigation Menu
		Written by Andy Woolley
		Copyright 2002 (c) Milonic Solutions Ltd. All Rights Reserved.
		Plase vist http://www.milonic.co.uk/menu/ or e-mail menu3@milonic.com
		You may use this menu on your web site  free of charge as long as you 
		place prominent links to http://www.milonic.co.uk/menu and you inform 
		us of your intentions with your URL  AND ALL copyright notices remain 
		in place in all files including your home page.
		Comercial support contracts are available on request if you cannot comply with the above rules.		
*/

/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 


//Please Ensure that the menu references are placed inside the BODY tags.<br>
//If you place the menu inside the HEAD it may cause problems with Opera and Netscape Navigator 4.x<br>
	
//To open a page in another frame add " target=yourframe" to the link text for example<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Your Text", "yourlink.htm target=yourframe",,,<br>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You can also use _blank _new and _self etc. . . .<br><br>
	
//To add more menus simply copy and paste other menu elements and edit them to suit.<br>
	<li>To position your menu anywhere on screen set the Top & Left values and remove any reference for "Screen Position"<br>
	<li>Offsets can be applied to both Top & Left positions for example:<br><br>
	<pre>addmenu(menu=[
"mainmenu",	    // Menu Name
10,		        // Menu Top
"offset=-200",	// Menu Left
,		        // Menu Width
1,		        // Menu Border Width 
"center",	    // Screen Position
style1,		    // Properties Array
1,		        // Always Visible
"left",		    // Alignment
.......................
</pre>		
The above will position the menu in the center of the screen minus 200 pixels.<br>
		
<br>
And don't forget, please subscribe to the mailing list to be kept informed of updates <a href=http://www.milonic.dev/menu/mailjoin.php> Here </a>
*/


//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 = "randomdissolve(duration=0.5);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', 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=1		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// 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.
"ffffff",		// Mouse Off Font Color
"0000ff",		// Mouse Off Background Color
"000000",		// Mouse On Font Color
"ff0000",		// Mouse On Background Color
"000000",		// Menu Border Color 
12,			    // Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,			    // Menu Item Padding
"http://www.cllbaseball.org/navmenu/menuicons/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,			    // 3D Border & Separator bar
"66ffff",		// 3D High Color
"000099",		// 3D Low Color
,		// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
"http://www.cllbaseball.org/navmenu/menuicons/arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[		// 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.
"ffffff",		// Mouse Off Font Color
"0000ff",		// Mouse Off Background Color
"ffffff",		// Mouse On Font Color
"0000ff",		// Mouse On Background Color
"000000",		// Menu Border Color 
12,			    // Font Size in pixels
"normal",	 	// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,			    // Menu Item Padding
"http://www.cllbaseball.org/navmenu/menuicons/arrow.gif",   // Sub Menu Image (Leave this blank if not needed)
,			    // 3D Border & Separator bar
"66ffff",		// 3D High Color
"000099",		// 3D Low Color
"Purple",		// Current Page Item Font Color (leave this blank to disable)
"pink",			// Current Page Item Background Color (leave this blank to disable)
"http:/www.cllbaseball.org/navmenu/menuicons/arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// 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
2,			// Menu Top - The Top position of the menu in pixels
0,			// Menu Left - The Left position of the menu in pixels
144,		// Menu Width - Menus width in pixels
1,			// Menu Border Width 
"center",	// 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)
"center",	// 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
1,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 			// 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
,			// Reserved for future use
,

// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Home Plate","show-menu=home",,"Web Site Basics",2,
"The Front Office","show-menu=office",,"Registration and League Activities",2,
"The Ball Park","show-menu=ballpark",,"Baseball Fun",2,
"The Dugout","show-menu=divisions",,"Teams, Standings, Scores",2,
"Baseball Links","show-menu=other",,"More Baseball on the Web",2
])


	addmenu(menu=[
	"home",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,,
	"Home Plate","/home_plate.htm",,,1,
	"Suggestion Box","/HomePlate/SuggestionBox/SuggestionBox.htm",,,1,
	"Volunteers Needed","/FrontOffice/WantedVolunteers.htm",,,1,
	"Sponsors","show-menu=sponsors",,,1,
	"CLL Web Site","show-menu=website",,,1
	])

		addmenu(menu=[
		"sponsors",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,,
		"Become A Sponsor","/HomePlate/Sponsor/SponsorsNeeded.htm",,,1,
//		"League Sponsor","/HomePlate/Sponsor/SponsorsLeague.htm",,,1,
		"Rookies Team Sponsors","/HomePlate/Sponsor/SponsorsA.htm",,,1,
		"Minors Team Sponsors","/HomePlate/Sponsor/SponsorsAAA.htm",,,1,
		"Majors Team Sponsors","/HomePlate/Sponsor/SponsorsMajors.htm",,,1,
		"Juniors Team Sponsors","/HomePlate/Sponsor/SponsorsJuniors.htm",,,1,
		"Scoreboard Sponsors","/HomePlate/Sponsor/SponsorsScoreboard.htm",,,1
//		"Silver / Bronze Sponsors","/HomePlate/Sponsor/SponsorsSilver.htm",,,1
//		"Bronze Sponsors","/HomePlate/Sponsor/SponsorsBronze.htm",,,1
		])

		addmenu(menu=[
		"website",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,,
		"Acknowledgements","/HomePlate/WebSite/credits.htm",,,1,
		"Web Site Policy","/HomePlate/WebSite/website_policy.htm",,,1,
		"About This Site","/HomePlate/WebSite/about_this_site.htm",,,1
		])

	addmenu(menu=[
	"office",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,,
	"Mission Statement","/FrontOffice/MissionStatement.htm",,,1,
	"League News","/FrontOffice/LeagueNews.htm",,,1,
	"Commissioner\'s Page","/FrontOffice/CommishPage.htm",,,1,
	"Divisions of Play","/FrontOffice/DivisionsOfPlay.htm",,,1,
	"Registration and Fees","/FrontOffice/Registration.htm",,,1,
	"League Boundaries","/FrontOffice/LeagueBoundaries.htm",,,1,
	"League Calendar","show-menu=calendar",,,1,
	"Fundraisers","show-menu=fundraisers",,,1,
	"Bulletin Board","show-menu=bullboard",,,1,
	"Board of Directors","show-menu=directors",,,1
	])

		addmenu(menu=[
		"calendar",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"League Calendar","/FrontOffice/Calendar/LeagueCalendar.htm",,,1,
		"Opening Day","/FrontOffice/Calendar/OpeningDay.htm",,,1,
		"CLL at Coors Field","/FrontOffice/Calendar/coorsfield.htm",,,1,
//		"League Picnic","/FrontOffice/Calendar/LeaguePicnic.htm",,,1,
		"Player Evaluations","/FrontOffice/Calendar/playereval.htm",,,1
		])

		addmenu(menu=[
		"fundraisers",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"Geraniums","/FrontOffice/Fundraisers/geraniums.htm",,,1,
		"Product Line","/FrontOffice/Fundraisers/productline.htm",,,1
//		"Woody's Pizza","/FrontOffice/Fundraisers/woodypizza.htm",,,1
		])

		addmenu(menu=[
		"bullboard",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"Lost and Found","/FrontOffice/BulletinBoard/lostfound.htm",,,1
//		"Private Lessons","/FrontOffice/BulletinBoard/private_lessons.htm",,,1
		])
	
		addmenu(menu=[
		"directors",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,,
		"Board of Directors","/FrontOffice/Directors/BoardOfDirectors.htm",,,1,
//		"Board Elections","/FrontOffice/Directors/BoardElections.htm",,,1,
		"League Constitution","/FrontOffice/Directors/LeagueConstitution.htm",,,1,
//		"Board Minutes 2002","/FrontOffice/Directors/BoardMinutes2002.htm",,,1,
//		"Board Minutes 2003","/FrontOffice/Directors/BoardMinutes2003.htm",,,1,
//		"Board Minutes 2004","/FrontOffice/Directors/BoardMinutes2004.htm",,,1,
//		"League Finances","/FrontOffice/Directors/LeagueFinance.htm",,,1,
		"Admin Portal","/Admin/admin_portal.htm",,,1
		])


	addmenu(menu=[
	"ballpark",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,,
	"The Coach's Box","show-menu=coach",,,1,
	"The Rock Pile","show-menu=pile",,,1,
	"Umpire's Corner","show-menu=umps",,,1,
	"Hall of Fame","show-menu=hof",,,1,
	"Fields","show-menu=fields",,,1
	])

		addmenu(menu=[
		"coach",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
//		"Steve's Hittin' Shack","show-menu=ipf",,,1,
		"Steve's Hittin' Shack","/BallPark/Coach/StevesHittinShack.htm",,,1,
		"Using Team Web Pages","/BallPark/Coach/using_dugout.htm",,,1,
		"Login - Player/Team Management","/Dugout/Authenticate/login.php",,,1
//		"Contact List","/BallPark/Coach/coaches.htm",,,1,
//		"Draft Procedures","/BallPark/Coach/draft_procedures.htm",,,1
		])

// kdw, commented out block 02/16/2010. test4.php was not used at time
//			addmenu(menu=[
//			"ipf",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
//			"Shack Schedule","/php/Schedule/test4.php",,,1,
//                   "Shack Schedule","/BallPark/Coach/StevesHittinShack.htm",,,1,
//			"Map to the Shack","/BallPark/Coach/map_ipf.htm",,,1
//			])

		addmenu(menu=[
		"pile",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"Who's On First","/BallPark/RockPile/whos_on_first.htm",,,1
//		"The Barry Vote","/BallPark/RockPile/can_Barry_do_it.htm",,,1
		])

		addmenu(menu=[
		"umps",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"Umpire Log In","/BallPark/Umps/UmpAdmin/form_login.php",,,1,
		"Little League Rules","/faq/faq.php?list=categories&prog=rules&lang=en",,,1,
		"Umpire's Clinic","/BallPark/Umps/umps_clinic.htm",,,1,
		"Timesheets","/BallPark/Umps/umps_timecard.htm",,,1
		])

		addmenu(menu=[
		"hof",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"Inaugural Season Photos","/BallPark/HOF/inaugural_season.htm",,,1,
		"Four Men","/BallPark/HOF/four_men.htm",,,1
		])

		addmenu(menu=[
		"fields",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		//"Local Weather","/BallPark/Fields/weather.htm",,,1,
		"District 2 Little League","/BallPark/Fields/mapCLL.htm",,,1
		])

	addmenu(menu=[
	"divisions",,,180,1,"",style1,,"",effect,,,,,,,,,,,,,
	"Recent Scores","/Dugout/Teams/thisweekinbaseball.php",,,1,
	"Rookies Division","show-menu=ateams",,,1,
	"Minors Division","show-menu=aaateams",,,1,
	"Majors Division","show-menu=majteams",,,1,
	"Juniors Division","show-menu=jrteams",,,1,
	"All-Stars","show-menu=allstarteams",,,1
	])

		addmenu(menu=[
		"ateams",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"Division Standings","/Dugout/Teams/division_standings.php?division=A",,,1,
		"Riverdogs","/Dugout/Teams/teampage.php?teamid=11",,,1,
		"Raptors","/Dugout/Teams/teampage.php?teamid=12",,,1,
		"Lugnuts","/Dugout/Teams/teampage.php?teamid=14",,,1,
		"Rattlers","/Dugout/Teams/teampage.php?teamid=17",,,1,
		"Jaxx","/Dugout/Teams/teampage.php?teamid=15",,,1,
		"Storm","/Dugout/Teams/teampage.php?teamid=18",,,1,
		"Tournament","/Dugout/RookiesTournament.htm",,,1
		])

		addmenu(menu=[
		"aaateams",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"Division Standings","/Dugout/Teams/division_standings.php?division=AAA",,,1,
		"Bats","/Dugout/Teams/teampage.php?teamid=31",,,1,
		"Rivercats","/Dugout/Teams/teampage.php?teamid=32",,,1,
		"Mudcats","/Dugout/Teams/teampage.php?teamid=36",,,1,
    		"Bulls","/Dugout/Teams/teampage.php?teamid=34",,,1,
		"Knights","/Dugout/Teams/teampage.php?teamid=35",,,1,
		"Tournament","/Dugout/MinorsTournament.htm",,,1
		])

		addmenu(menu=[
		"majteams",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"Division Standings","/Dugout/Teams/division_standings.php?division=M",,,1,
		"Dodgers","/Dugout/Teams/teampage.php?teamid=52",,,1,
//		"Expos","/Dugout/Teams/teampage.php?teamid=55",,,1,
		"Giants","/Dugout/Teams/teampage.php?teamid=51",,,1,
		"Diamondbacks","/Dugout/Teams/teampage.php?teamid=53",,,1,
//		"Nationals","/Dugout/Teams/teampage.php?teamid=56",,,1,
		"Rockies","/Dugout/Teams/teampage.php?teamid=54",,,1,
		"Tournament","/Dugout/MajorsTournament.htm",,,1
		])

		addmenu(menu=[
		"jrteams",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
		"Division Standings","/Dugout/Teams/division_standings.php?division=J",,,1,
		"Braves","/Dugout/Teams/teampage.php?teamid=74",,,1,
		"Cardinals","/Dugout/Teams/teampage.php?teamid=75",,,1,
//		"Diamondbacks","/Dugout/Teams/teampage.php?teamid=75",,,1
//		"Mets","/Dugout/Teams/teampage.php?teamid=72",,,1,
//		"Pirates","/Dugout/Teams/teampage.php?teamid=73",,,1,
		"Tournament","/Dugout/juniors_tournament.htm",,,1

		])
	addmenu(menu=[
		"allstarteams",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
//		"Division Standings","/Dugout/Teams/division_standings.php?division=J",,,1,
//		"Braves","/Dugout/Teams/teampage.php?teamid=74",,,1,
//		"Cardinals","/Dugout/Teams/teampage.php?teamid=75",,,1,
//		"Diamondbacks","/Dugout/Teams/teampage.php?teamid=75",,,1,
//		"Mets","/Dugout/Teams/teampage.php?teamid=72",,,1,
//		"Pirates","/Dugout/Teams/teampage.php?teamid=73",,,1,
//		"Tournament","/Dugout/juniors_tournament.htm",,,1,
		"Minors All-Star Schedule","/documents/allstars_minors.jpg",,,1,
		"10 - 11 All-Star Schedule","/documents/allstars_10_11.jpg",,,1,
		"Majors All-Star Schedule","/documents/allstars_majors.jpg",,,1,
		"Juniors All-Star Schedule","/documents/allstars-jrs.jpg",,,1
//		"All Stars","/Dugout/Teams/teampage.php?teamid=3",,,1
		])
	addmenu(menu=[
	"Other",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,,
	"Little League","http://www.littleleague.org",,"Little League Baseball",1,
	"Centaurus HS Baseball","http://www.centaurusbaseball.com",,"Centaurus High School",1,
	"Major League Baseball","http://www.majorleaguebaseball.com",,"The Official MLB Website",1,
	"Colorado Rockies","http://www.coloradorockies.com",,"Site of the Colorado Rockies",1,
	"Baseball Reference","http://www.baseball-reference.com",,"A Great Site for Historical Statistics",1,
	"Baseball Almanac","http://www.baseball-almanac.com",,"The Best Baseball History Site",1,
	"Baseball Hall of Fame","http://www.baseballhalloffame.com",,"Visit Cooperstown",1,
	"Skilton's Baseball Links","http://www.baseball-links.com",,"A Directory of Baseball Links on the Web",1,
	"Google","http://www.google.com",,"Search Engine",1
	])

	addmenu(menu=[
		"volunteers",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,,
		"Manager/Coach","../LeagueBusiness/Directors2003.htm",,,1,
		"Team Parent","../LeagueBusiness/LeagueConstitution.htm",,,1,
		"Umpire","../LeagueBusiness/BoardMinutes2002.htm",,,1,
		"Grounds Crew","../LeagueBusiness/BoardMinutes2003.htm",,,1,
		"Concessions","../LeagueBusiness/LeagueFinance.htm",,,1,
		"Board Member","../administration/admin_portal2003.htm",,,1
		])

	

dumpmenus()