/***********************************************************************************
*	(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=6;			// Number of first level items
	var LowBgColor='C1C7EA';			// Background color when mouse is not over
	var LowSubBgColor='C1C7EA';			// Background color when mouse is not over on subs
	var HighBgColor='0C187E';			// Background color when mouse is over
	var HighSubBgColor='0C187E';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// 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,"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.75;			// 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=5;				// 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='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=['assets/tri.gif',5,10,'assets/tridown.gif',10,5,'assets/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("Our Company","index.html","",5,15,124);
	Menu1_1=new Array("Shopping Information","shopping.html","",0,15,175);
	Menu1_2=new Array("Privacy Policy","privacy.html","",0);
	Menu1_3=new Array("About Us","about us.html","",0);
	Menu1_4=new Array("Contact","contact.html","",0);
	Menu1_5=new Array("FAQ's","faq.html","",0);
	
Menu2=new Array("Body Care","body care.html","",5);
	Menu2_1=new Array("Bath Products","bath products.html","",0,15,175);
	Menu2_2=new Array("Facial Care","facial care.html","",0);
	Menu2_3=new Array("Body Treatments","body treatment.html","",0);
	Menu2_4=new Array("Hair Care","hair care.html","",0);
	Menu2_5=new Array("Solar Products","solar products.html","",0);

Menu3=new Array("Oils & Hydrosols","essentials main.html","",4);
	Menu3_1=new Array("Hydrosols","hydrosols.html","",0,15,175);
	Menu3_2=new Array("Essential Oil Gift Packs","gift.html","",0);
	Menu3_3=new Array("Organic Oils & Butters","base oils.html","",0);
	Menu3_4=new Array("Essential Oils","essential oils page1.html","",0);

Menu4=new Array("Healing Blends","healing.html","",6);
	Menu4_1=new Array("Salves & Oil Blends","salves.html","",0,15,175);
	Menu4_2=new Array("Roll Ons","roll ons.html","",0);
	Menu4_3=new Array("Women","women.html","",0);
	Menu4_4=new Array("Tattoo's & Body Piercing","tattoo.html","",0);
	Menu4_5=new Array("Special Occasion Blends","special.html","",1);
		Menu4_5_1=new Array("Ritual Blends","ritual.html","",0,15,150);
	Menu4_6=new Array("Isis Exotica","http://www.isisexotica.ca","",4);
		Menu4_6_1=new Array("Nipple Balms","http://www.isisexotica.ca/products.htm","",0,15,150);
		Menu4_6_2=new Array("Body Bars","http://www.isisexotica.ca/products.htm","",0);
		Menu4_6_3=new Array("Lubricants","http://www.isisexotica.ca/products.htm","",0);
		Menu4_6_4=new Array("Massage Oils","http://www.isisexotica.ca/products.htm","",0);
		
Menu5=new Array("Perfumes","perfumes main.html","",2);
	Menu5_1=new Array("Perfumes","perfumes.html","",0,15,175);
	Menu5_2=new Array("Perfumes Balms","perfume balms.html","",0);
		
Menu6=new Array("Accessories","accessories.html","",3,15,123);
	Menu6_1=new Array("Perfume Bottles","perfume bottles.html","",0,15,123);
	Menu6_2=new Array("Fountains","fountains.html","",0);
	Menu6_3=new Array("Diffusers","diffusers.html","",0);