

	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='white';			// Background color when mouse is over
	var HighSubBgColor='#F2F0F0';			// Background color when mouse is over on subs
	var FontLowColor='#140909';			// Font color when mouse is not over
	var FontSubLowColor='#666666';			// Font color subs when mouse is not over
	var FontHighColor='#666666';			// Font color when mouse is over
	var FontSubHighColor='#140909';			// Font color subs when mouse is over
	var BorderColor='#ffffff';			// Border color
	var BorderSubColor='#CCCCCC';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// 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=0;			// 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='MenuPos';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['hvmenu/tri.gif',5,10,'hvmenu/tridown.gif',10,5,'hvmenu/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

Menu1=new Array("<b>Home</b>","index.asp","",0,35,63);


Menu2=new Array("&nbsp;&nbsp;&nbsp;<b>TSiBA</b> <br> Who are we","","",5,35,84);
	  Menu2_1=new Array("Our History","content/content.asp?sTag=HISTORY","",0,20,150);	
		Menu2_2=new Array("Guiding Philosophies","content/content.asp?sTag=PHILOSOPHY","",0,20,150);
		Menu2_3=new Array("The TSiBA Culture","content/content.asp?sTag=CULTURE","",0,20,150);
		Menu2_4=new Array("Governance","content/content.asp?sTag=GOVERNANCE","",0,20,150);
		Menu2_5=new Array("Pay It Forward","content/content.asp?sTag=PAYITFWD","",0,20,150);
		 
Menu3=new Array("The <b>TSiBA</b> <br>&nbsp;&nbsp;Degree","","",4,35,89);
		Menu3_1=new Array("Building a Profile of Graduateness","content/content.asp?sTag=PROFILE","",0,35,150);
		Menu3_2=new Array("Degree Overview","content/content.asp?sTag=DEGREE","",0,20,150);
		Menu3_3=new Array("Subject Detail","content/content.asp?sTag=DETAIL","",0,20,150);
		Menu3_4=new Array("Pass Requirements","content/content.asp?sTag=PASS","",0,20,150);		
				

Menu4=new Array("Partnering <br>&nbsp;with Us","","",2,35,77);
	Menu4_1=new Array("Types of Partnership","content/content.asp?sTag=TYPES","",0,20,150);
	Menu4_2=new Array("TSiBA Trust","content/content.asp?sTag=TRUST","",0,20,150);
	

Menu5=new Array("Campus & Facilities","","",2,35,78);
	Menu5_1=new Array("Campus Overview","content/content.asp?sTag=CAMPUS","",0,20,150);
	Menu5_2=new Array("Map","content/content.asp?sTag=MAP","",0,20,150);
	

Menu6=new Array("<b>TSiBA</b> Support &nbsp;&nbsp;Services","","",3,35,107);
	Menu6_1=new Array("TSiBA Support & Councelling","content/content.asp?sTag=SUPPORT","",0,20,150);
	Menu6_2=new Array("TSiBA Career Management Centre","content/content.asp?sTag=MANAGEMENT","",0,35,150);
	Menu6_3=new Array("TSiBA Entrepreneurship Centre","content/content.asp?sTag=ENTREPENEURSHIP","",0,35,150);
	

Menu7=new Array("News & Events","","",4,35,107);
	Menu7_1=new Array("Quarterly Newsletters","newsletter/newsletter.asp","",0,20,150);
	Menu7_2=new Array("Past Events","events/events.asp","",0,20,150);
	Menu7_3=new Array("Press Articles","news/news.asp","",0,20,150);
	Menu7_4=new Array("Results","results/results.asp","",0,20,150);
	

Menu8=new Array("Contact Us","content/content.asp?sTag=CONTACT","",0,35,75);

