/*
 Milonic DHTML Menu
 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.

 Please note that major changes to this file have been made and is not compatible with versions 3.0 or earlier.

 You no longer need to number your menus as in previous versions. 
 The new menu structure allows you to name the menu instead, this means that you can remove menus and not break the system.
 The structure should also be much easier to modify, add & remove menus and menu items.
 
 If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.

 Please note that the above text CAN be erased if you wish as long as copyright notices remain in place.
*/

//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="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_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.5);Alpha(style=0,opacity=88);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=5			// Follow Scrolling speed
followrate=45			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=5;		// 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.
"#000000",				// Mouse Off Font Color
"#cc0000",				// Mouse Off Background Color
"#ffffff",				// Mouse On Font Color
"#FF0000",				// Mouse On Background Color
"#000000",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"../images/dblright_arrow_blue.gif",	 // Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"#9AA5CB",				// 3D High Color
"#66ffff",				// 3D Low Color
"#0634B6",				// Current Page Item Font Color (leave this blank to disable)
"#F6C16E",				// Current Page Item Background Color (leave this blank to disable)
,			            // Top Bar image (Leave this blank to disable)
"#000000",				// Menu Header Font Color (Leave blank if headers are not needed)
"#9AA5CB",				// Menu Header Background Color (Leave blank if headers are not needed)
]

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//

// TopUtility //

topUtility=[				  // seethru 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-(White)
"cc0000",				      // Mouse Off Background Color-(Transparent)
"000000",				      // Mouse On Font Color-(Light Yellow)
"",					          // Mouse On Background Color-(Transparent)
"FFFFFF",					  // Menu Border Color-(Transparent) 
"11px",					      // Font Size in pixels-(11px)
"normal",				      // Font Style (italic or normal)-(normal)
"bold",					      // Font Weight (bold or normal)-(bold)
"Arial, Verdana, sans serif", // Font Name-(Arial,Verdana)
2,					          // Menu Item Padding-(2)
,				              // Sub Menu Image (Leave this blank if not needed)-(White right arrow)
,				           	  // 3D Border & Separator bar-(blank)
,					          // 3D High Color-(blank)
,					          // 3D Low Color-(blank)
"ffffff",				      // Current Page Item Font Color (leave this blank to disable)-(white)
"",					          // Current Page Item Background Color (leave this blank to disable)-(transparent)
,				              // Top Bar image (Leave this blank to disable)-(white down arrow)
,					          // Menu Header Font Color (Leave blank if headers are not needed)-(blank)
,					          // Menu Header Background Color (Leave blank if headers are not needed)-(blank)
"",		 		      // Menu Item Separator Color-(blank)
]

rounded=[                     // rounded is an array of properties. You can have as many property arrays as you need
"FFFFFF",                     // Mouse Off Font Color
"",                           // Mouse Off Background Color (use zero for transparent in Netscape 6)
"FFFF45",                     // Mouse On Font Color
"",                           // Mouse On Background Color
"FFFFFF",                     // Menu Border Color
"12",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"Arial,Verdana, sans serif",  // Font Name
1,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // 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)
,                             // Menu Item Separator Color
]


// roundedSmall //

roundedSmall=[                // rounded is an array of properties. You can have as many property arrays as you need
"FFFFFF",                     // Mouse Off Font Color
"",                           // Mouse Off Background Color (use zero for transparent in Netscape 6)
"FFFF45",                     // Mouse On Font Color
"",                           // Mouse On Background Color
"",                           // Menu Border Color
"11",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"arial, verdana, sans serif", // Font Name
1,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // 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)
,                             // Menu Item Separator Color
]


addmenu(menu=[
"Utility",
4,
532,                          
,
0,
,
topUtility,
1,
"left",
,
,
1,
0,
,
,
,
0,
,
,
0,
,
,"&nbsp;&nbsp;Home&nbsp;&nbsp;","show-menu=home",,"",0
,"&nbsp;&nbsp;Site&nbsp;Map&nbsp;&nbsp;","show-menu=sitemap",,"Site Map",0
,"&nbsp;&nbsp;Contact&nbsp;&nbsp;","show-menu=contact",,"",0
])

	addmenu(menu=["home",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Rebel Brigade Home Page","../index.htm",,"Rebel Brigade Home Page",1
	])

	addmenu(menu=["sitemap",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Rebel Brigade Site Map","../site/sitemap.htm",,"Rebel Brigade Site Map",1
	])
	
	addmenu(menu=["contact",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<p></p>E-mail Webmaster","mailto:webmaster@chamownersweb.net",,"Email Webmaster",1
	,"<p></p>Give Feedback","../contact/feedback.htm",,"Give Feedback",1
	,"<p></p>View and sign Guestbook","../misc/guestbook.htm",,"View and Sign Guestbook",1
	,"<p></p>View and sign Guestmap","../misc/guestmap.htm",,"View and Sign Guestmap",1
	])



//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//



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
109,				    // Menu Top - The Top position of the menu in pixels
,				    // Menu Left - The Left position of the menu in pixels
100,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"left",				// Screen Position - here you can use "center" 
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
0,					// 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
,"N.B. Forrest High","show-menu=forrest",,"About N.B. Forrest High School",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"The BRIGADE","show-menu=brigade",,"About the Rebel Brigade",1
,"Chorus & Guard","show-menu=chorus",,"Chorus and Color Guard",1
,"Schedules","show-menu=schedules",,"Schedules and Calendars",1
,"Photos","show-menu=photos",,"Photos of Brigade Events",1
,"Just 4 Fun","show-menu=fun",,"Trivia and Illusions",1
,"Everything Else","show-menu=misc",,"Everything Else",1
])

	addmenu(menu=["forrest",
	,,165,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"School Information","../nbfhs/nbforrestinfo.htm",,"N.B. Forrest High School Information ",1
	,"School History","../nbfhs/nbforresthistory.htm",,"N.B. Forrest High School History ",1
	,"School Statistics","../nbfhs/nbforreststatistics.htm",,"N.B. Forrest High School Statistics ",1
	,"School Map","../nbfhs/nbforrestmap.htm",,"N.B. Forrest High School Map ",1
	,"School Satellite Image","../nbfhs/nbforrestsatelliteimage.htm",,"N.B. Forrest High School Satellite Image ",1
	,"School Mascot","../nbfhs/nbforrestmascot.htm",,"N.B. Forrest High School Mascot ",1
	,"School Name Controversy","../nbfhs/nbforrestnamechange.htm",,"N.B. Forrest High School Name Controversy ",1
	])
	
	
	addmenu(menu=["brigade",
	,,145,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Behind the Brigade","show-menu=officers",,"Brigade Officers and Staff",1
	,"The Band Members","show-menu=band",,"The Band Members",1
	,"Awards and Ratings","../brigade/awardsandratings.htm",,"Band Awards and Ratings",1
	,"Band History","../brigade/history.htm",,"Brigade History for the School Year",1
	,"The Program","../brigade/theprogram.htm",,"Brigade Music Selection",1
	])

        addmenu(menu=["officers",
		,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Officers and Staff","../brigade/officersandstaff.htm",,"Brigade Officers and Staff",1
		,"Staple's Staples","../brigade/staples.htm",,"Mr. Staples Page",1
		,"MPO","../brigade/mpo.htm",,"Music Parent Organization",1
		])

        addmenu(menu=["band",
		,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"The Players","../brigade/bandmembers.htm",,"The Band Members",1
		,"Graduates","../brigade/thegrads.htm",,"Graduates",1
		,"Student Bios","../brigade/studentbios.htm",,"Student Auto-Biographies",1
		,"Your Space","../brigade/yourspacemyspace.htm",,"Your Space for My Space",1
		,"Band Jokes","../brigade/bandjokes.htm",,"Band Jokes",1
		])
		
    addmenu(menu=["chorus",
	,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"The Chorus","../chorus/chorus.htm",,"The N.B. Forrest Chorus",1
	,"The Color Guard","../guard/colorguard.htm",,"The N.B. Forrest Color Guard",1
	])


	addmenu(menu=["schedules",
	,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"School Calendar","../calendars/schoolcalendars.htm",,"The N.B. Forrest School Calendar of Events",1
	,"Band Calendar","../calendars/bandcalendar.htm",,"The Rebel Brigade Calendar of Events",1
	,"Band Schedule","../calendars/bandschedules.htm",,"The Rebel Brigade Schedule",1
       ])



    addmenu(menu=["photos",,,100,1,,style1,0,"center",effect,0,,,,,,,,,,,
	,"<img src=../images/wackyothumb.jpg align=center border=0><br></br>Photo&nbspGalleries","../picgals/picgalmain.htm",,"Photos of Brigade Events",1
	])

	
	addmenu(menu=["fun",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Illusions","show-menu=illusions",,"Optical Illusions",1
	,"Fun With Words","show-menu=words",,"Fun With Words",1
	,"ASCII Signatures","../fun_and_games/sigs.htm",,"ASCII Signatures",1
	])
        addmenu(menu=["illusions",
		,,90,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Main Page","../fun_and_games/illusions.htm",,"Optical Illusions Main Page",1
		,"Circles","../fun_and_games/illusions_circles.htm",,"Circle Illusions",1
		,"Dots","../fun_and_games/illusions_dots.htm",,"Dot Illusions",1
		,"Lines","../fun_and_games/illusions_lines.htm",,"Line Illusions",1
		,"Words","../fun_and_games/illusions_words.htm",,"Word Illusions",1
		,"Colors","../fun_and_games/illusions_colors.htm",,"Color Illusions",1
		,"Amazing Test ","../fun_and_games/illusions_test.htm",,"Amazing Test",1
		,"Faces Page 1","../fun_and_games/illusions_faces.htm",,"Face Illusions",1
		,"Faces Page 2","../fun_and_games/illusions_faces2.htm",,"More Face Illusions",1
		])

        addmenu(menu=["words",
		,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Oneliners","../fun_and_games/oneliners.htm",,"Oneliners",1
		,"Useless Information","../fun_and_games/useless.htm",,"Useless Information",1
		,"More Useless Information","../fun_and_games/more_useless.htm",,"More Useless Information",1
		,"Even More Useless","../fun_and_games/and_still_more.htm",,"Even More Useless Information",1
		,"Celebrities","../fun_and_games/celebrities.htm",,"Celebrities Real Names",1
		,"Pretty Good Poem","../fun_and_games/pretty_good.htm",,"Pretty Good Poem",1
		,"Trivia","../fun_and_games/trivia.htm",,"Trivia",1
		])


    addmenu(menu=["misc",,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Brigade Mall","../misc/brigademall.htm",,"Brigade Mall - If We ain`t got it... You don`t need it",1
	,"Maps to Brigade Events","../misc/maps.htm",,"Maps to the Brigade`s events",1
	,"Interact","../misc/interact.htm",,"Put your 2 cents worth on the website",1
	,"Communication","show-menu=email",,"E-mail and More",1
	,"For Our Eyes Only","../secure/protectedpage.htm",,"Password Protected Pages",1
	,"Downloads","../misc/downloads.htm",,"Download Band Related Forms",1
	,"Recommended Vendors","../misc/vendors.htm",,"Our Recommendations for Vendors",1
	,"Fundraisers","../misc/fundraisers.htm",,"Brigade Fundraisers",1
	,"Links","../misc/favoritelinks.htm",,"Students and teachers favorite links",1
	,"Privacy Policy","../site/privacy.htm",,"Our Privacy Policy",1
   	,"About the Menu","show-menu=menu",,"About the Menu",1
	])
	
        addmenu(menu=["email",
		,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Sign Up for E-mail ","../email/emailsignup.htm",,"Sign Up For E-mail",1
		,"Check Your E-mail","../email/emailcheck.htm",,"Check Your E-mail",1
		,"Join the Group","../email/groups.htm",,"Brigade Related E-mail Groups",1
		])

       	 addmenu(menu=["menu",,,100,1,,style1,0,"left",effect,0,,,,,,,,,,,
	     ,"DHTML Menu by<br><img src=../images/milonic_logo.gif border=0>","http://www.milonic.co.uk/menu target=_blank",,"Milonic DHTML Menu Site",0
	     ])

dumpmenus()