 /***********************************************
*	(c) Ger Versluis 2000 version 10.50 27 Januari 2004        *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='red';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="georgia"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=100;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=50;			// delay before sub unfolds
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links.
	
	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over

	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	
	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0
	
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";
var Arrws=["",,,"",,,"",,];
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","http://www.ncstatedc.com/index.htm","",0,20,140,"","","","","","Georgia",12,1,0,"left","Back to Home");
Menu2=new Array("Club News","","",5,20,140,"","","","","","Georgia",12,1,0,"left","Club News");
	Menu2_1=new Array("News Archive","http://www.ncstatedc.com/news.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","News Archive");	
	Menu2_2=new Array("VA License Plates","http://www.ncstatedc.com/vaplates.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","Virginia Plates");
	Menu2_3=new Array("MD License Plates","http://www.ncstatedc.com/mdplates.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","Maryland Plates");
	Menu2_4=new Array("Cranford Scholarship","http://www.ncstatedc.com/scholarship.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","Eric Cranford Memorial Scholarship");
	Menu2_5=new Array("Alumni Membership","http://www.ncstatedc.com/alumnimembership.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","Join the Alumni Association");

Menu3=new Array("Jobs","","",2,20,140,"","","","","","Georgia",12,1,0,"left","Jobs");
	Menu3_1=new Array("Jobs Available","http://www.ncstatedc.com/jobs.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","News Archive");	
	Menu3_2=new Array("Jobs Wanted","http://www.ncstatedc.com/jobs-wanted.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","Virginia Plates");

Menu4=new Array("Sports","http://www.ncstatedc.com/sports.htm","",6,20,140,"","","","","","Georgia",12,1,0,"left","Sports");
	Menu4_1=new Array("Main","http://www.ncstatedc.com/sports.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","");	
	Menu4_2=new Array("Alumni Basketball","http://www.ncstatedc.com/alumnibasketball.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","");	
	Menu4_3=new Array("Alumni Flag Football","http://www.ncstatedc.com/flagfootball.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","");
	Menu4_4=new Array("Alumni Softball","http://www.ncstatedc.com/softball.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","");
	Menu4_5=new Array("Alumni Volleyball","http://www.ncstatedc.com/alumnivolleyball.htm","",0,20,160,"","","","","","Georgia",12,1,0,"left","");
	Menu4_6=new Array("Wolfpack Club","http://www.wolfpackclubdc.com","",0,20,160,"","","","","","Georgia",12,1,0,"left","");


Menu5=new Array("Calendar","http://www.ncstatedc.com/calendar.htm","",0,20,140,"","","","","","Georgia",12,1,0,"left","Calendar of Events");

Menu6=new Array("E-mail Newsletter","http://www.ncstatedc.com/newsletter.htm","",0,20,140,"","","","","","Georgia",12,1,0,"left","Subscribe to the E-Mail Newsletter");

Menu7=new Array("Contact","http://www.ncstatedc.com/contact.htm","",0,20,140,"","","","","","Georgia",12,1,0,"left","Contact the Club");

Menu8=new Array("Links","","",6,20,200,"","","","","","Georgia",12,1,0,"left","");
	Menu8_1=new Array("NC State Alumni Assoc.","http://www.alumni.ncsu.edu","",0,20,250,"","","","","","Georgia",12,1,0,"left","");
	Menu8_2=new Array("NC State website","http://www.ncsu.edu","",0,20,250,"","","","","","Georgia",12,1,0,"left","");
Menu8_3=new Array("Capital Area NC State Black Alumni Society","http://www.ncstatedcbas.org/","",0,35,250,"","","","","","Georgia",12,1,0,"left","");
Menu8_4=new Array("Baltimore NC State Alumni Club","http://www.alumniconnections.com/olc/pub/NCS/cpages/homejec/home.jsp?chapter=6&org=NCS","",0,20,250,"","","","","","Georgia",12,1,0,"left","");
Menu8_5=new Array("Richmond NC State Alumni Club","http://www.richmondwolfpack.com","",0,20,250,"","","","","","Georgia",12,1,0,"left","");
	Menu8_6=new Array("Capital Alumni Network","http://www.dcalum.org","",0,20,250,"","","","","","Georgia",12,1,0,"left","");	