	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='#f8d462';			// Background color when mouse is over
	var HighSubBgColor='#f8d462';			// 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='darkred';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';		
	var BorderSubColor='black';		
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;				
	var FontFamily="arial"				
	var FontSize=8;						
	var FontBold=0;						
	var FontItalic=0;					
	var MenuTextCentered='left';		
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=0;				
	var ChildVerticalOverlap=0;		
	var StartTop=140;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=3;					
	var TopPaddng=2;					
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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='';				
	var HideTop=0;				
	var MenuWrap=0;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	var Arrws=['images/tri.gif',5,10,];		

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

Menu1=new Array("Home","http://www.kennesaw.edu/csl","",0,20,140);

Menu2=new Array("About","http://www.kennesaw.edu/csl/about.html","",0,20,140);

Menu3=new Array("Programs","http://www.kennesaw.edu/csl/programs","",0);

Menu4=new Array("Partnerships","http://www.kennesaw.edu/csl/partnerships","",0);

Menu5=new Array("Staff","http://www.kennesaw.edu/csl/staff","",0);

Menu6=new Array("Contact","http://www.kennesaw.edu/csl/contact.html","",0);

Menu7=new Array("Technology","http://www.kennesaw.edu/csl/technology","",0);

Menu8=new Array("Links","http://www.kennesaw.edu/csl/links.html","",0);
	Menu6_1=new Array("External Website","http://www.kennesaw.edu/csl/technology/externalwebsite.html","",0,20,140);		
	Menu6_2=new Array("Internal Website","http://www.kennesaw.edu/csl/technology/internalwebsite.html","",0,20,140);
	Menu6_3=new Array("Portal","http://www.kennesaw.edu/csl/technology/portal.html","",0,20,140);