/***********************************************************************************
*	(c) IMG interactive BV 2003 	          *
*	For info write to bas@huybers.com         *
***********************************************************************************/

	var NoOffFirstLineMenus=25;			// Number of first level items
	var LowBgColor='#CC0000';			// Background color when mouse is not over
	var LowSubBgColor='#CC66FF';			// Background color when mouse is not over on subs
	var HighBgColor='#FF6600';			// Background color when mouse is over
	var HighSubBgColor='FF6600';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#000099';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#990000';			// Border color
	var BorderSubColor='#990000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=11;				// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.8;			// vertical overlap child/ parent
	var StartTop=10;				// Menu offset x coordinate
	var StartLeft=15;				// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=3000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='menu';			// Frame where first level appears
	var SecLineFrame='menu';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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=0;				// Keep selected path highligthed
	var Arrws=['../afb/tri.gif',5,10,'../afb/tridown.gif',10,5,'../afb/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);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("home","mainFront.html","",0,20,180);
Menu2=new Array("wat is homeopathie","WatIsHomeop.html","",0,20,180);
Menu3=new Array("jongerenpagina","jongerenPag.html","",0,20,180);
Menu4=new Array("","","",0,20,180);
Menu5=new Array("kinderen","kinderen.html","",1,20,130);
    Menu5_1=new Array("behandeling van","kinderen.html#klachten","",0,20,130);		
Menu6=new Array("vaccinatiebegeleiding","vaccinatieBeg.html","",0,20,180);
Menu7=new Array("","","",0,20,180);
Menu8=new Array("PVS","PVS.html","",0,20,180);
Menu9=new Array("CEASE autism","cease.html","",0,20,180);
Menu10=new Array("","","",0,20,180);
Menu11=new Array("zwangerschap","zwangerschap.html", "",1,20,180);
    Menu11_1=new Array("behandeling van","zwangerschap.html#klachten","",0,20,130);		
Menu12=new Array("senioren","senioren.html","",1,20,180);
     Menu12_1=new Array("behandeling van","senioren.html#klachten","",0,20,130);	
Menu13=new Array("behandeling van ...","behandelingVan.html","",5,20,180);
    Menu13_1=new Array("algemeen","behandelingVan.html#klachten","",0,20,130);	
    Menu13_2=new Array("zwangerschap","zwangerschap.html#klachten","",0,20,130);	
    Menu13_3=new Array("kinderen","kinderen.html#klachten","",0,20,130);	
	Menu13_4=new Array("jongeren","jongerenPag.html#klachten","",0,20,130);	
	Menu13_5=new Array("senioren","senioren.html#klachten","",0,20,130);	
Menu14=new Array("","","",0,20,180);
Menu15=new Array("de geneesmiddelen","medicijnen.html","",0,20,180);
Menu16=new Array("isopathie","isopathie.html","",0,20,180);
Menu17=new Array("homeoprofylaxe","profylaxe.html","",0,20,180);
Menu18=new Array("","","",0,20,180);
Menu19=new Array("consulten","consulten.html","",0,20,180);
Menu20=new Array("praktijkinformatie","praktijkInfo.html","",0,20,180);
Menu21=new Array("kwaliteitseisen NVKH","kwaliteitsEis.html","",0,20,180);
Menu22=new Array("tarieven","tarieven.html","",0,20,180);
Menu23=new Array("","","",0,20,180);
Menu24=new Array("contact","contact.html","",0,20,180);
Menu25=new Array("linken","linken.html","",0,20,180);



