/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#9A0A1F';			// Background color when mouse is not over
	var LowSubBgColor='#9A0A1F';			// Background color when mouse is not over on subs
	var HighBgColor='#DEBD7A';			// Background color when mouse is over
	var HighSubBgColor='#DEBD7A';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#6B1421';			// Font color when mouse is over
	var FontSubHighColor='#6B1421';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Verdana"			// Font family menu items
	var FontSize=7.2;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=154;				// Menu offset x coordinate
	var StartLeft=-2;				// 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=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='';				// 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=['tri.gif',5,10,'tridown.gif',10,5,'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, open as blank (o:1));
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("ABOUT US","","",5,20,110,0);
	Menu1_3=new Array("History","history.asp","",0,20,110,0);
	Menu1_4=new Array("Meet our people","Meet our people.asp","",0,20,110,0);
	
	Menu1_1=new Array("Overview","Bookshop_PL overview.asp","",0,20,110,0);

	Menu1_2=new Array("Governance","","",4,20,110,0);
		Menu1_2_1=new Array("Bank Details","bank detail.asp","",0,20,110,0);
		Menu1_2_2=new Array("Boards","","",2,20,110,0);
			Menu1_2_2_1=new Array("Trustees","board.asp","",0,20,110,0);
			Menu1_2_2_2=new Array("Directors","boardDirectors.asp","",0,20,110,0);
		Menu1_2_3=new Array("Donations","donations.asp","",0,20,110,0);
		Menu1_2_4=new Array("Financials","Governance.asp","",0,20,110,0);	

	Menu1_5=new Array("Video Clip","VideoClip.asp","",0,20,110,0);

Menu4=new Array("FUND RAISING","","",4,20,114,0);
	Menu4_1=new Array("Bank Details","bank detail.asp","",0,20,114,0);
	Menu4_2=new Array("Donations","donations.asp","",0,20,114,0);
	Menu4_4=new Array("Projects","","",2,20,114,0);
		Menu4_4_1=new Array("Run Home to Read","Projects_Run.asp","",0,20,114,0);
		Menu4_4_2=new Array("HIV/AIDS","HIV.asp","",0,20,114,0);
	Menu4_3=new Array("Sponsors","sponsors.asp","",0,20,114,0);

Menu3=new Array("BOOKS","","",3,20,80,0);
	Menu3_2=new Array("Product Range","","",4,20,155,0);

		Menu3_2_1=new Array("Fundamental Learning Areas","","",4,20,180,0);
			Menu3_2_1_1=new Array("English","Bookshop_fundamental learning areas.asp","",0,20,180,0);
			Menu3_2_1_2=new Array("Afrikaans","Bookshop_fundamental learning areas Komma.asp","",0,20,180,0);
			Menu3_2_1_3=new Array("Mother Tongue Languages","Bookshop_fundamental learning areas Mother Tongue.asp","",0,20,180,0);
			Menu3_2_1_4=new Array("Maths","Bookshop_fundamental learning areas Maths.asp","",0,20,180,0);

		Menu3_2_2=new Array("Core Learning Areas","","",6,20,102,0);
			Menu3_2_2_1=new Array("Economic and Mngt. Sciences","Bookshop_core learning areas.asp","",0,20,180,0);
			Menu3_2_2_2=new Array("Natural Sciences","Bookshop_core learning areas science matters.asp","",0,20,180,0);
			Menu3_2_2_3=new Array("Life Orientation","Bookshop_core learning areas life orientation.asp","",0,20,180,0);
			Menu3_2_2_4=new Array("Human & Social Sciences","Bookshop_core learning areas human and social sciences.asp","",0,20,180,0);
			Menu3_2_2_5=new Array("Arts and Culture","Bookshop_core learning areas arts and culture.asp","",0,20,180,0);
			Menu3_2_2_6=new Array("Technology","Bookshop_core learning areas technology.asp","",0,20,180,0);
			
		
		Menu3_2_3=new Array("Elective Learning Areas","","",4,20,102,0);
			Menu3_2_3_1=new Array("Agriculture","Bookshop_elective agriculture.asp","",0,20,180,0);
			Menu3_2_3_2=new Array("Tourism","Bookshop_elective learning areas talking to tourists.asp","",0,20,180,0);
			Menu3_2_3_3=new Array("Ancillary Health","Bookshop_elective learning areas health matters.asp","",0,20,180,0);
			Menu3_2_3_4=new Array("SMME","Bookshop_elective learning areas learn to earn.asp","",0,20,180,0);
		
		Menu3_2_4=new Array("Skills Courses","","",5,20,102,0);
			Menu3_2_4_1=new Array("Basic Skills Series","Bookshop_skills courses basic skills needs.asp","",0,20,180,0);
			Menu3_2_4_2=new Array("Beating Poverty","Bookshop_skills courses beating poverty.asp","",0,20,180,0);
			Menu3_2_4_3=new Array("Active Citizen Series","Bookshop_skills courses active citizens.asp","",0,20,180,0);
			Menu3_2_4_4=new Array("Computers at Work","Bookshop_skills courses computers at work.asp","",0,20,180,0);
			Menu3_2_4_5=new Array("Positive People","Bookshop_skills courses positive people.asp","",0,20,180,0);
			
	
	Menu3_1=new Array("Partners in ABET","Bookshop_product range.asp","",0,20,130,0);

	Menu3_3=new Array("Order Material","Bookshop_order material.asp","",0,20,155,0);

Menu2=new Array("TRAINING","","",4,20,100,0);
	Menu2_2=new Array("ABET Results","Way we work_2007.asp","",0,20,155,0);
	Menu2_3=new Array("Quality Assurance","Quality Assurance.asp","",0,20,155,0);
	Menu2_1=new Array("Training Services","Training Services.asp","",0,20,155,0);
	Menu2_4=new Array("Glossary","Glossary.asp","",0,20,155,0);

Menu7=new Array("GEARING UP","","",1,20,80,0);
	Menu7_1=new Array("GearingUp","Gearing UP/Home.html","",0,20,80,1);

Menu6=new Array("CONTACT US","Contact Us.asp","",0,20,100,0);

Menu5=new Array("NEWS","","",4,20,129,0);
	Menu5_1=new Array("Annual Report","AnnualReport.asp","",0,20,129,0);
	Menu5_2=new Array("Chairperson Report","Chairperson report.asp","",0,20,129,0);
	Menu5_3=new Array("CEO Report","From the ceo.asp","",0,20,129,0);
	Menu5_4=new Array("Literally News","News.asp","",0,20,129,0);	

Menu8=new Array("HOME","index.asp","",0,20,60,0);
		

