//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#808080';
	var HighBgColor='#BFBFBF';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="comic sans ms,technical,arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=0;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","http://www.bsasweb.com",0,20,110);

Menu2=new Array("Welcome","welcome.htm",0);
	Menu2_1=new Array("New Students","welcome.htm",0,20,135);	
		Menu2_1_1=new Array("General","",0,20,150);
		Menu2_1_2=new Array("New Students","",0);
		Menu2_1_3=new Array("","",0);
                Menu2_1_4=new Array("","",0);
                Menu2_1_5=new Array("","",2);
                        Menu2_1_5_1=new Array("Vancouver Sun","http://www.vancouversun.com",0,20,150);
                       Menu2_1_5_2=new Array("CTV News","http://www.ctvnews.com",0);
	Menu2_2=new Array("Communications Team","blank.htm",0);
		Menu2_2_1=new Array("TechWeb","http://www.techweb.com",0,20,200);
		Menu2_2_2=new Array("News.com","http://www.news.com",0);
		Menu2_2_3=new Array("Wired News","http://www.wired.com",0);

Menu3=new Array("About Us","about.html",1);
	Menu3_1=new Array("Our History","/history.htm",0,20,130);
	Menu3_2=new Array("Vision Statement","blank.htm",0);
	Menu3_3=new Array("Yahoo","http://www.yahoo.com",0);

Menu7=new Array("Site Credits","http://www.raydal.com",1);
	Menu7_1=new Array("Contact Webmaster","mailto:edwardsr@andrews.edu",0,20,135);
	Menu7_2=new Array("Former Webmaster","http://www.teamrelations.com",0);
	Menu7_3=new Array("Freewarejava","http://www.freewarejava.com",0);
	Menu7_4=new Array("Web Review","http://www.webreview.com",0);

Menu5=new Array("Guest Book","javascript:top.location.href='http://pub5.bravenet.com/guestbook/show.asp?usernum=343660183&cpv=1'",1);
	Menu5_1=new Array("Feed Back","emailto:bsas2000@hotmail.com",0,20,135);
Menu4=new Array("Calendar/Events","fallcal.htm",0,20,120);
	
Menu6=new Array("Archive","/archive.htm",0,20,100);

