/*
 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="<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=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}


timegap=700				// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=5;			// Sub menu offset Top position 
suboffset_left=-4;			// Sub menu offset Left position
closeOnClick=true;

header_style=[				// Menu Properties Array
"000000",				// Off Font Color
"dfdfdf",				// Off Back Color
"ffffff",				// On Font Color
"ff8c00",				// On Back Color
"000000",				// Border Color
16,					// Font Size
"normal",				// Font Style
"bold",					// Font Weight
"Arial, Helvetica",	                // Font
8,					// Padding
""	 	    			// Sub Menu Image
,					// 3D Border & Separator
,"66ccff"				// 3D High Color
,"000099"				// 3D Low Color
]

menu_style=[				// Menu Properties Array
"000000",				// Off Font Color
"dfdfdf",				// Off Back Color
"ff8c00",				// On Font Color
"000000",				// On Back Color
"000000",				// Border Color
12,					// Font Size
"normal",				// Font Style
"normal",				// Font Weight
"Verdana, Tahoma, Arial, Helvetica",	// Font
3,					// Padding
"../img/arrow.gif"			// Sub Menu Image
,					// 3D Border & Separator
,"66ccff"				// 3D High Color
,"000099"				// 3D Low Color
]

addmenu(menu=[
"menubar",                    // 00 Menu Name - This is needed in order for this menu to be called
225,                          // 01 Menu Top - The Top position of this menu in pixels
10,                           // 02 Menu Left - The Left position of this menu in pixels
180,                          // 03 Menu Width - Menus width in pixels
0,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
header_style,		      // 06 Properties Array - this array is declared higher up as you can see above
1,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
"center",                     // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
20,                          // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
,                             // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
,                             // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
1,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Home",                                               // 22A Item 1 description text
"../home/welcome.shtml", //"show-menu=home",                                     // 23A Item 1 URL
,	                                              // 24A Item 1 alternative URL (if URL used for submenu)
"Welcome",                                            // 25A Item 1 status bar message
1,			                              // 26A Item 1 separator bar
"About",
"../home/hist.shtml",
,
"About",
1,
"Contact",
"../home/contact.shtml",
,
"Contact",
1,
"Newsletter",
"../fav/oldUpbeat.shtml",
,
"Newsletter",
1,
/*"Schedules",                                          // 22B Item 2 description text
"show-menu=sched",                                    // 23B Item 2 URL
,	                                              // 24B Item 2 alternative URL (if URL used for submenu)
"Upcoming event information",                         // 25B Item 2 status bar message
1,			                              // 26B Item 2 separator bar
"Favorites",                                          // 22C Item 3 description text
"show-menu=fav",                                      // 23C Item 3 URL
,	                                              // 24C Item 3 alternative URL (if URL used for submenu)
"Photos, contact information, and more",              // 25C Item 3 status bar message
1,*/			                              // 26C Item 3 separator bar
/*"Explore",                                            // 22D Item 4 description text
"show-menu=explore",                                  // 23D Item 4 URL
,	                                              // 24D Item 4 alternative URL (if URL used for submenu)
"Ways to help the Class and Princeton",               // 25D Item 4 status bar message
1,*/			                              // 26D Item 4 separator bar
"Board Business",
"../explore/board.shtml",
,
"Board Business",
1,
"Support",                                            // 22E Item 5 description text
"../support/donate.shtml", // "show-menu=support" ,                                 // 23E Item 5 URL
,	                                              // 24E Item 5 alternative URL (if URL used for submenu)
"Useful links",                                       // 25E Item 5 status bar message
1			                              // 26E Item 5 separator bar
])

addmenu(menu=[
"home",                       // 00 Menu Name - This is needed in order for this menu to be called
,                             // 01 Menu Top - The Top position of this menu in pixels
,                             // 02 Menu Left - The Left position of this menu in pixels
100,                          // 03 Menu Width - Menus width in pixels
1,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
menu_style,		      // 06 Properties Array - this array is declared higher up as you can see above
0,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
0,                            // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
0,                            // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
0,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Welcome",                                            // 22A Item 1 description text
"../home/welcome.shtml",                              // 23A Item 1 URL
,	                                              // 24A Item 1 alternative URL (if URL used for submenu)
"Back to the welcome page",                           // 25A Item 1 status bar message
0,			                              // 26A Item 1 separator bar
"History",                                            // 22B Item 2 description text
"../home/hist.shtml",                                 // 23B Item 2 URL
,	                                              // 24B Item 2 alternative URL (if URL used for submenu)
"Learn about FOTB history",                           // 25B Item 2 status bar message
0,			                              // 26B Item 2 separator bar
"Join",                                               // 22C Item 3 description text
"../home/join.shtml",                                 // 23C Item 3 URL
,	                                              // 24C Item 3 alternative URL (if URL used for submenu)
"Become a member of FOTB",                            // 25C Item 3 status bar message
0,			                              // 26C Item 3 separator bar
"Contact FOTB",                                       // 22D Item 4 description text
"../home/contact.shtml",                              // 23D Item 4 URL
,	                                              // 24D Item 4 alternative URL (if URL used for submenu)
"Get your questions answered!",                       // 25D Item 4 status bar message
0			                              // 26D Item 4 separator bar
])

/*
addmenu(menu=[
"sched",                      // 00 Menu Name - This is needed in order for this menu to be called
,                             // 01 Menu Top - The Top position of this menu in pixels
,                             // 02 Menu Left - The Left position of this menu in pixels
100,                          // 03 Menu Width - Menus width in pixels
1,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
menu_style,		      // 06 Properties Array - this array is declared higher up as you can see above
0,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
0,                            // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
0,                            // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
0,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Band",                                               // 22A Item 1 description text
"../sched/bandsched.shtml",                           // 23A Item 1 URL
,	                                              // 24A Item 1 alternative URL (if URL used for submenu)
"Check the Band schedule",                            // 25A Item 1 status bar message
0,			                              // 26A Item 1 separator bar
"Tiger&nbsp;Sports",                                  // 22B Item 2 description text
"http://goprincetontigers.com target=new",            // 23B Item 2 URL
,	                                              // 24B Item 2 alternative URL (if URL used for submenu)
"Listing of team calendars (seasonal)",               // 25B Item 2 status bar message
0			                              // 26B Item 2 separator bar
])
*/

addmenu(menu=[
"fav",                        // 00 Menu Name - This is needed in order for this menu to be called
,                             // 01 Menu Top - The Top position of this menu in pixels
,                             // 02 Menu Left - The Left position of this menu in pixels
100,                          // 03 Menu Width - Menus width in pixels
1,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
menu_style,		      // 06 Properties Array - this array is declared higher up as you can see above
0,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
0,                            // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
0,                            // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
0,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Mailings",                                           // 22A Item 1 description text
"show-menu=upbeat",                                   // 23A Item 1 URL
,	                                              // 24A Item 1 alternative URL (if URL used for submenu)
"Mailings Submenu",                                   // 25A Item 1 status bar message
0,			                              // 26A Item 1 separator bar
"Alumni&nbsp;News",                                   // 22B Item 2 description text
"show-menu=news",                                     // 23B Item 2 URL
,				                      // 24B Item 2 alternative URL (if URL used for submenu)
"Alumni News Submenu",                                // 25B Item 2 status bar message
0,			                              // 26B Item 2 separator bar
"Photo&nbsp;Album",                                   // 22C Item 3 description text
"show-menu=album",                                    // 23C Item 3 URL
"../fav/photos.asp",		                      // 24C Item 3 alternative URL (if URL used for submenu)
"Photo Album Basics",                                 // 25C Item 3 status bar message
0			                              // 26C Item 3 separator bar
])

addmenu(menu=[
"explore",                       // 00 Menu Name - This is needed in order for this menu to be called
,                             // 01 Menu Top - The Top position of this menu in pixels
,                             // 02 Menu Left - The Left position of this menu in pixels
140,                          // 03 Menu Width - Menus width in pixels
1,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
menu_style,		      // 06 Properties Array - this array is declared higher up as you can see above
0,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
0,                            // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
0,                            // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
0,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Board&nbsp;Business",                                // 22B Item 2 description text
"../explore/boardbiz.shtml",                          // 23B Item 2 URL
,	                                              // 24B Item 2 alternative URL (if URL used for submenu)
"FOTB Official Documents",                            // 25B Item 2 status bar message
0,			                              // 26B Item 2 separator bar
"Band&nbsp;Show&nbsp;Archive",                        // 22C Item 3 description text
"show-menu=showArchive",                              // 23C Item 3 URL
,	                                              // 24C Item 3 alternative URL (if URL used for submenu)
"Find old show scripts",                              // 25C Item 3 status bar message
0			                              // 26C Item 3 separator bar
])

addmenu(menu=[
"support",                    // 00 Menu Name - This is needed in order for this menu to be called
,                             // 01 Menu Top - The Top position of this menu in pixels
,                             // 02 Menu Left - The Left position of this menu in pixels
120,                          // 03 Menu Width - Menus width in pixels
1,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
menu_style,		      // 06 Properties Array - this array is declared higher up as you can see above
0,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
0,                            // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
0,                            // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
0,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Donation&nbsp;Info",                                 // 22A Item 1 description text
"../support/donate.shtml",                            // 23A Item 1 URL
,	                                              // 24A Item 1 alternative URL (if URL used for submenu)
"General Donation Information",                       // 25A Item 1 status bar message
0,			                              // 26A Item 1 separator bar
"Operating&nbsp;Fund",                                // 22B Item 2 description text
"../support/opfund.shtml",                            // 23B Item 2 URL
,	                                              // 24B Item 2 alternative URL (if URL used for submenu)
"Operating Fund Honor Roll and Information",          // 25B Item 2 status bar message
0,			                              // 26B Item 2 separator bar
"PUB&nbsp;Endowment",                                 // 22C Item 3 description text
"../support/endowment.shtml",                         // 23C Item 3 URL
,	                                              // 24C Item 3 alternative URL (if URL used for submenu)
"Endowment Honor Roll and Information",               // 25C Item 3 status bar message
0			                              // 26C Item 3 separator bar
])

addmenu(menu=[
"upbeat",                     // 00 Menu Name - This is needed in order for this menu to be called
,                             // 01 Menu Top - The Top position of this menu in pixels
,                             // 02 Menu Left - The Left position of this menu in pixels
110,                          // 03 Menu Width - Menus width in pixels
1,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
menu_style,		      // 06 Properties Array - this array is declared higher up as you can see above
0,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
0,                            // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
0,                            // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
0,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Current&nbsp;Issue",                                 // 22A Item 1 description text
"../fav/curUpbeat.pdf",                               // 23A Item 1 URL
,	                                              // 24A Item 1 alternative URL (if URL used for submenu)
"See the most recent FOTB Newsletter",                // 25A Item 1 status bar message
0,			                              // 26A Item 1 separator bar
"Past&nbsp;Issues",                                   // 22B Item 2 description text
"../fav/oldUpbeat.shtml",                            // 23B Item 2 URL
,	                                              // 24B Item 2 alternative URL (if URL used for submenu)
"Review previous FOTB Newsletters",                   // 25B Item 2 status bar message
0			                              // 26B Item 2 separator bar
])

addmenu(menu=[
"showArchive",                // 00 Menu Name - This is needed in order for this menu to be called
,                             // 01 Menu Top - The Top position of this menu in pixels
,                             // 02 Menu Left - The Left position of this menu in pixels
70,                           // 03 Menu Width - Menus width in pixels
1,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
menu_style,		      // 06 Properties Array - this array is declared higher up as you can see above
0,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
0,                            // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
0,                            // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
0,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Pregames",                                           // 22A Item 1 description text
"http://www.princeton.edu/~puband/pregames.html target=new", // 23A Item 1 URL
,	                                              // 24A Item 1 alternative URL (if URL used for submenu)
"Search Pregame Shows",                               // 25A Item 1 status bar message
0,			                              // 26A Item 1 separator bar
"Halftimes",                                          // 22B Item 2 description text
"http://www.princeton.edu/~puband/halftimes.html target=new", // 23B Item 2 URL
,	                                              // 24B Item 2 alternative URL (if URL used for submenu)
"Search Pregame Shows",                               // 25B Item 2 status bar message
0			                              // 26B Item 2 separator bar
])

addmenu(menu=[
"news",                       // 00 Menu Name - This is needed in order for this menu to be called
,                             // 01 Menu Top - The Top position of this menu in pixels
,                             // 02 Menu Left - The Left position of this menu in pixels
110,                          // 03 Menu Width - Menus width in pixels
1,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
menu_style,		      // 06 Properties Array - this array is declared higher up as you can see above
0,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
0,                            // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
0,                            // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
0,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Submit&nbsp;Update",                        // 22A Item 1 description text
"../fav/newsform.shtml",                              // 23A Item 1 URL
,	                                              // 24A Item 1 alternative URL (if URL used for submenu)
"Send us your news today!",                           // 25A Item 1 status bar message
0,			                              // 26A Item 1 separator bar
"Read&nbsp;News",                                     // 22B Item 2 description text
"../fav/alumni_news.shtml",                           // 23B Item 2 URL
,	                                              // 24B Item 2 alternative URL (if URL used for submenu)
"Find out about your FOTB friends!",                  // 25B Item 2 status bar message
0			                              // 26B Item 2 separator bar
])

addmenu(menu=[
"album",                      // 00 Menu Name - This is needed in order for this menu to be called
,                             // 01 Menu Top - The Top position of this menu in pixels
,                             // 02 Menu Left - The Left position of this menu in pixels
140,                          // 03 Menu Width - Menus width in pixels
1,                            // 04 Menu Border Width
,                             // 05 Screen Position "center;left;right;middle;top;bottom" or a combo of "center:middle"
menu_style,		      // 06 Properties Array - this array is declared higher up as you can see above
0,                            // 07 Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // 08 Alignment - sets this menu elements text alignment (left, right or center)
,                             // 09 Filter (effects)
0,                            // 10 Follow Scrolling Top Position
0,                            // 11 Orientation (1=horizontal 0=vertical)
0,                            // 12 Keep Alive (1=on, 0=off) - Keeps the menu visible until user clicks/moves elsewhere
,                             // 13 Position of TOP sub image left:center:right
,                             // 14 Set the Overall Width or height of Horizontal Menu 
0,                            // 15 Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // 16 Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // 17 ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // 18 Background image for menu Color must be set to transparent for this to work
0,                            // 19 Scrollable Menu
,                             // 20 Miscellaneous Menu Properties
,			      // 21 Future expansion
"Harvard&nbsp;Game&nbsp;2002",                        // 22A Item 1 description text
"../fav/ph_harvard_2002.shtml",                       // 23A Item 1 URL
,	                                              // 24A Item 1 alternative URL (if URL used for submenu)
"Halftime show photos from Princeton-Harvard football game",  // 25A Item 1 status bar message
0,			                              // 26A Item 1 separator bar
"Reunions&nbsp;Alumni",                               // 22B Item 2 description text
"../fav/ph_reunions_alumni.shtml",                    // 23B Item 2 URL
,	                                              // 24B Item 2 alternative URL (if URL used for submenu)
"Alumni candids from recent Reunions",                // 25B Item 2 status bar message
0,			                              // 26B Item 2 separator bar
"Reunions&nbsp;Gigs",                                 // 22C Item 3 description text
"../fav/ph_reunions_gigs.shtml",                      // 23C Item 3 URL
,	                                              // 24C Item 3 alternative URL (if URL used for submenu)
"PUB performances from recent Reunions",              // 25C Item 3 status bar message
0			                              // 26C Item 3 separator bar
])

dumpmenus();
