//	(c) Ger Versluis 2000 version 4.0, 14 August 2001
//	You may remove all comments for faster loading

	var NoOffFirstLineMenus=7;		// Number of first level items
	var LowBgColor='#96DDF1';		// Background color when mouse is not over
	var LowSubBgColor='#96DDF1';		// Background color when mouse is not over on subs
	var HighBgColor='#DBF3FB';		// Background color when mouse is over
	var HighSubBgColor='#DBF3FB';		// Background color when mouse is over on subs
	var FontLowColor='#127896';		// Font color when mouse is not over
	var FontSubLowColor='#127896';		// Font color subs when mouse is not over
	var FontHighColor='#112CA6';		// Font color when mouse is over
	var FontSubHighColor='#112CA6';	// Font color subs when mouse is over
	var BorderColor='#0C5063';		// Border color
	var BorderSubColor='#0C5063';		// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;		// Border between elements 1 or 0
	var FontFamily="Arial Narrow"		// Font family menu items
	var FontSize=10;			// 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' or 'bottom'
	var ChildOverlap=.1;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;		// vertical overlap child/ parent
	var StartTop=10;			// Menu offset y coordinate
	var StartLeft=0;			// Menu offset x coordinate
	var VerCorrect=0;			// Multiple frames y correction
	var HorCorrect=0;			// Multiple frames x correction
	var LeftPaddng=3;			// Left padding
	var TopPaddng=4;			// Top padding
	var FirstLineHorizontal=1;		// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=750;		// delay before menu folds in
	var TakeOverBgColor=1;		// Menu frame takes over background color subitem frame
	var FirstLineFrame='';		// Frame where first level appears
	var SecLineFrame='';		// Frame where sub levels appear
	var DocTargetFrame='';		// 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

function BeforeStart(){;}

function AfterBuild(){;}

// Menu tree
// MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);

Menu1=new Array("CONKIM","","",3,25,90);
	Menu1_1=new Array("Kennismaking","/start_nl.html","",0,25,90);	
	Menu1_2=new Array("Het Initiatief","/initiative_nl.html","",0);	
	Menu1_3=new Array("Inkomsten","/funding_nl.html","",0);	

Menu2=new Array("LANGEBERG MUNICIPALITY","/langeberg_nl.html","",0,30,160);

Menu3=new Array("PROJECTEN","","",2,30,90);
	Menu3_1=new Array("Zolani Care Trust","/zolani_nl.html","",0,25,120);	
	Menu3_2=new Array("Soepie!","/soepie_nl.html","",0);

Menu4=new Array("ACTUEEL","/news_nl.html","",0,30,90)

Menu5=new Array("FOTO-ALBUMS","","",4,30,90)
	Menu5_1=new Array("Mensen","/fotoalbums/fotoalbum_mensen/index.htm","",0,25,90);	
	Menu5_2=new Array("Kinderen","/fotoalbums/fotoalbum_kinderen/index.htm","",0);	
	Menu5_3=new Array("Dieren","/fotoalbums/fotoalbum_dieren/index.htm","",0);
	Menu5_4=new Array("Landschap","/fotoalbums/fotoalbum_landschap/index.htm","",0);

Menu6=new Array("ARCHIEF","","",5,30,90)
	Menu6_1=new Array("Eerste bezoek aan Rheden","/archive_breede_river_nl.html","",0,25,180);	
	Menu6_2=new Array("Association Disabled People","/archive_association_nl.html","",0);	
	Menu6_3=new Array("Helen Bishop Home","/archive_bishop_nl.html","",0);
	Menu6_4=new Array("Siyacuma","/archive_siyacuma_nl.html","",0);
	Menu6_5=new Array("Homevale Kimberley","/archive_homevale_nl.html","",0);

Menu7=new Array("CONTACT","/contact_nl.html","",0,30,90)
