/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='green';			// Background color when mouse is over
	var HighSubBgColor='#205681';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#595959';			// Font color subs when mouse is not over
	var FontHighColor='#873E2B';			// Font color when mouse is over
	var FontSubHighColor='#873E2B';			// Font color subs when mouse is over
	var BorderColor='gray';			// Border color
	var BorderSubColor='#CC7B06';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// 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='center';			// 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= 25 			// Menu offset x coordinate
	var StartLeft=110;				// 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);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("About Us |","aboutus.htm","",0,20,63);
	Menu1_1=new Array("Company Profile","html/profile.htm","",0,20,175);
	Menu1_2=new Array("Vision","html/vision.htm","",0);
	Menu1_3=new Array("Mission","html/mission.htm","",0);
	Menu1_4=new Array("Our Commitment","html/commitment.htm","",0);
	Menu1_5=new Array("Our Core Beliefs ","html/beliefs.htm","",0);
	Menu1_6=new Array("The MAXIMAS System","html/management.htm","",0);
	Menu1_7=new Array("Business Networking Group","html/advisors.asp","",0);
	
Menu2=new Array("e-Shop |","onlineshop.asp","",0,20,53);
	Menu2_1=new Array("Induction","../onlineshop.asp?id=11","",0,20,150);
	Menu2_2=new Array("Basic","../onlineshop.asp?id=13","",0);
	Menu2_3=new Array("Intermediate","../onlineshop.asp?id=14","",0);
	Menu2_4=new Array("Advanced","../onlineshop.asp?id=15","",0);
	Menu2_5=new Array("What Is Your Formula","../onlineshop.asp?id=32","",0);
	Menu2_6=new Array("SilverSpice Tools","../onlineshop.asp?id=33","",0);	
	
Menu3=new Array("Spices |","","",6,20,50);
	Menu3_1=new Array("History","history.htm","",0,20,145);
	Menu3_2=new Array("Spice Description","discription.htm","",0);
	Menu3_3=new Array("Glossary","glossary.htm","",0);
	Menu3_4=new Array("Use of Spices","use.htm","",0);
	Menu3_5=new Array("Spices As Medicine","spice_medicine.htm","",0);
	Menu3_6=new Array("Photo Gallery","cooking_photo.htm","",0);


Menu4=new Array("Cooking |","","",6,20,60);
	    Menu4_1=new Array("Recipe","recepie.htm","",0,20,145);
		Menu4_2=new Array("Videos","videos.htm","",0,20,145);
		Menu4_3=new Array("Tips","tips.htm","",0,20,150);
		Menu4_4=new Array("Storage","storage.htm","",0,20,150);
		Menu4_5=new Array("Kitchen Discipline","kitchine_discipline.htm","",0,20,150);
		Menu4_6=new Array("Photo Gallery","cooking_photo.htm","",0,20,150);
		Menu4_6=new Array("Kids Corner","kids_corner.htm","",0,20,150);
		
Menu5=new Array("Corporate |","corporate.htm","",0,20,70);
	Menu5_1=new Array("Email Hosting","#","",0,20,145);
	Menu5_2=new Array("Domain Hosting","#","",0,20,145);
	Menu5_3=new Array("Web hosting","#","",0,20,145);
	
Menu6=new Array("Testimonials |","testimonials.htm","",0,20,83);
	Menu6_1=new Array("Seminar","t_seminar.htm","",0,20,150);
	Menu6_2=new Array("Clients","t_clients.htm","",0,20,145);
	Menu6_3=new Array("Practitioners","t_practitioners.htm","",0,20,145);
	Menu6_4=new Array("Management","t_mgt.htm","",0,20,145);
	
Menu7=new Array("News & Events |","","",3,20,97);
	Menu7_1=new Array("Latest News","news.asp","",0,20,150);
	Menu7_2=new Array("Latest Events","../asp/training_p.asp","",0);
	Menu7_3=new Array("Newsletter","newsletter.asp","",0);

Menu8=new Array("Contact |","contact.htm","",0,20,57);
	Menu8_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,145);
	
Menu9=new Array("Home","../index.asp","",0,20,65);
	Menu9_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,145);
	




