
	var NoOffFirstLineMenus = 7;			// Number of first level items
	
	var LowBgColor     = '#ffffff';			// Background color when mouse is not over
	var LowSubBgColor  = '#990000';			// Background color when mouse is not over on subs
	var HighBgColor    = '#ffffff';			// Background color when mouse is over
	var HighSubBgColor = '#ffffff';			// Background color when mouse is over on subs
	
	var FontLowColor     = '#ffffff';		// Font color when mouse is not over
	var FontSubLowColor  = '#ffffff';		// Font color subs when mouse is not over
	var FontHighColor    = '#ffffff';		// Font color when mouse is over
	var FontSubHighColor = '#000000';		// Font color subs when mouse is over
	
	var BorderColor      = '#ffffff';		// Border color
	var BorderSubColor   = '#990000';		// Border color for subs
	var BorderWidth      = 1;			// Border width
	var BorderBtwnElmnts = 1;			// Border between elements 1 or 0
	
	var FontFamily = "Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize   = 7;					// Font size menu items
	var FontBold   = 1;					// Bold menu items 1 or 0
	var FontItalic = 0;					// Italic menu items 1 or 0
	
	var MenuTextCentered     = 'center';		// Item text position 		'left', 'center' or 'right'
	var MenuCentered         = 'center';		// Menu horizontal position 	'left', 'center' or 'right'
	var MenuVerticalCentered = 'top';		// Menu vertical position 	'top', 'middle','bottom' or static
	
	var ChildOverlap         = .2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap = .2;			// vertical overlap child/ parent
	
	var StartTop  = 160;				// Menu offset x coordinate
	var StartLeft = 0;				// Menu offset y coordinate
	
	var VerCorrect = 0;				// Multiple frames y correction
	var HorCorrect = 0;				// Multiple frames x correction
	
	var LeftPaddng = 3;				// Left padding
	var TopPaddng  = 2;				// Top padding
	
	var FirstLineHorizontal = 1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	
	var MenuFramesVertical = 1;			// Frames in cols or rows 1 or 0
	var DissapearDelay = 500;			// delay before menu folds in
	var TakeOverBgColor = 1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame = 'navig';			// Frame where first level appears
	var SecLineFrame = 'space';			// Frame where sub levels appear
	var DocTargetFrame = 'space';			// Frame where target documents appear
	var TargetLoc = '';				// span id for relative positioning
	var HideTop = 0;				// Hide first level when loading new document 1 or 0
	var MenuWrap = 1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft = 0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick = 0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck = 0;				// menu tree checking on or off 1 or 0
	var ShowArrow = 0;				// Uses arrow gifs when 1
	var KeepHilite = 1;				// Keep selected path highligthed
	
	var Arrws = ['/images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/trileft.gif',5,10];	// Arrow source, width and height

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

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("<img src='images/menu/menu1_OFF.jpg'>","http://mylcn.org/mission.php","",6,30,100);
	Menu1_1=new Array("Mission", "http://mylcn.org/mission.php","",0,20,120);
	Menu1_2=new Array("Board Members", "http://mylcn.org/board.php","",0);
	Menu1_3=new Array("Committees & Chairs", "http://mylcn.org/committees.php","",0);
	Menu1_4=new Array("President's Message", "http://mylcn.org/president_message.php","",0);
	Menu1_5=new Array("Contact Us", "http://mylcn.org/feedback.php","",0);
	Menu1_6=new Array("FAQs", "http://mylcn.org/faqs.php","",0);
		
Menu2=new Array("<img src='images/menu/menu2_ON.jpg'>","http://mylcn.org/calendar.php","",5,30,80);
	Menu2_1=new Array("Upcoming Events", "http://mylcn.org/calendar.php","",0,20,110);
	Menu2_2=new Array("LCN Events", "http://mylcn.org/lcn_events.php","",0);
	Menu2_3=new Array("ULC Events", "http://mylcn.org/ulc_events.php","",0);
	Menu2_4=new Array("Annual Convention", "http://mylcn.org/convention.php","",0);
	Menu2_5=new Array("Post an Event!", "http://mylcn.org/post.php","",0);

Menu3=new Array("<img src='images/menu/menu3_OFF.jpg'>","http://mylcn.org/ulc_award.php","",3,30,80);
	Menu3_1=new Array("Most Outstanding ULC", "http://mylcn.org/ulc_award.php","",0,20,180);
	Menu3_2=new Array("Academic Excellence & Heritage", "http://mylcn.org/excellence_award.php","",0)
	Menu3_3=new Array("Student Fly In Program", "http://mylcn.org/exchange_program.php","",0)
	
Menu4=new Array("<img src='images/menu/menu4_OFF.jpg'>","http://mylcn.org/ulc_links.php","",4,30,120);
	Menu4_1=new Array("Current ULCs", "http://mylcn.org/ulc_links.php","",0,20,130);
	Menu4_2=new Array("ULC Subscription", "http://mylcn.org/membership.php","",0)
	Menu4_3=new Array("Become a Web Member", "https://lebanesecollegiatenetwork.org/join.php","",0)
	Menu4_4=new Array("Search our Database", "https://lebanesecollegiatenetwork.org/search","",0)

Menu5=new Array("<img src='images/menu/menu5_OFF.jpg'>","http://mylcn.org/constitution.php","",4,20,110);
	Menu5_1=new Array("Constitution", "http://mylcn.org/constitution.php","",0,20,120);
	Menu5_2=new Array("Bylaws", "http://mylcn.org/bylaws.php","",0)
	Menu5_3=new Array("Policies & Procedures", "http://mylcn.org/ppms.php","",0)
	Menu5_4=new Array("Meeting Documents", "http://mylcn.org/meetings.php","",0)

Menu6=new Array("<img src='images/menu/menu6_OFF.jpg'>","http://mylcn.org/approved_outlets.php","",3,20,80);
	Menu6_1=new Array("Approved Venues", "http://mylcn.org/approved_outlets.php","",0,20,110);
	Menu6_2=new Array("Press Releases", "http://mylcn.org/press_releases.php","",0)
	Menu6_3=new Array("ReCap Newsletter", "http://mylcn.org/newsletters.php","",0)

Menu7=new Array("<img src='images/menu/menu7_OFF.jpg'>","http://mylcn.org/sponsorship.php","",3,20,110);
	Menu7_1=new Array("Become a Sponsor", "http://mylcn.org/sponsorship.php","",0,20,110);
	Menu7_2=new Array("Donations", "http://mylcn.org/donations.php","",0)
	Menu7_3=new Array("Feedback", "http://mylcn.org/feedback.php","",0)
