   // Milonic DHTML Menu version 3.2.0
// please note that major changes to this file have been made.
//
// 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 to 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.



// The following line is critical for menu operation, and must appear only once.
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

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


 timegap=500
followspeed=5
followrate=40
suboffset_top=0;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"333399",					// Off Font Color
"ffffcc",					// Off Back Color
"ffffcc",					// On Font Color
"333399",					// On Back Color
"999999",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
,				// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]


addmenu(menu=["menu1",			// This is the array that contains your menu properties and details
120,				// Top
2,				// left
140,				// Width
1,				// Border Width
,		// Screen Position - here you can use "center;left;right;middle;top;bottom"
prop1,			// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time
"left",		// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation
1,				// Follow Scrolling - Tells the menu item to follow the user down the screen
,,,,,,,,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,				// Position of sub image left:center:right:middle:top:bottom
,				// Show an image on top menu bars indicating a sub menu exists below
,				// Reserved for future use
"Home","show-menu=menu7",,,1  // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,
"Volleyball Teams","show-menu=menu2",,"",1
,
"Tournament","show-menu=menu4",,"",1
,
"Rules & Info","show-menu=menu5","","",1
,
"2003 Season","http://www.msubillings.edu/recactivities/volleyball/2003/volleyball_home.html",,"",1
])

addmenu(menu=["menu2",
,,160,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"Block Heads","http://www.msubillings.edu/recactivities/volleyball/2002/block_heads.html",,,1,
"Callison's Team","http://www.msubillings.edu/recactivities/volleyball/2002/callisons_team.html",,,1,
"The Intimidators","http://www.msubillings.edu/recactivities/volleyball/2002/intimidators.html",,,1,
"Libby, Libby, Wa","http://www.msubillings.edu/recactivities/volleyball/2002/libby.html",,,1,
"Mark's Team","http://www.msubillings.edu/recactivities/volleyball/2002/marks_team.html",,,1,
"Regulators","http://www.msubillings.edu/recactivities/volleyball/2002/regulators.html",,,1,
"Slammers","http://www.msubillings.edu/recactivities/volleyball/2002/slammers.html",,,1,
"Water Buffalos","http://www.msubillings.edu/recactivities/volleyball/2002/water_buffalo.html",,,1
])

addmenu(menu=["menu4",,,160,1,,prop1,0,"left",effect,0,,,,,,,,,,,,
"Volleyball Bracket","http://www.msubillings.edu/recactivities/volleyball/2002/volleyball_tourney.html",,,1
])

addmenu(menu=["menu5",
,,160,1,"",prop1,,"",effect,,,,,,,,,,,,,
"Volleyball Rules", "http://www.msubillings.edu/recactivities/volleyball/2002/volleyball_rules.html",,,1
])

addmenu(menu=["menu6",
,,160,1,"",prop1,,"",effect,,,,,,,,,,,,,
"Soccer Scoring", "http://www.msubillings.edu/recactivities/soccer/coed_scoring.html",,,1
])

addmenu(menu=["menu7",
,,160,1,"",prop1,,"",effect,,,,,,,,,,,,,
"Volleytball Home","http://www.msubillings.edu/recactivities/volleyball/2003/volleyball_home.html",,,1,
"Rec Activities Home", "http://www.msubillings.edu/recactivities",,,1,
"MSU-Billings Home", "http://www.msubillings.edu",,,1
])


 

//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file