	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#5f722d';			// Background color when mouse is not over
	var LowSubBgColor='#5f722d';		// Background color when mouse is not over on subs
	var HighBgColor='#BF1402';			// Background color when mouse is over
	var HighSubBgColor='#cac797';		// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';		// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
	var FontHighColor='5f722d';			// Font color when mouse is over
	var FontSubHighColor='#000000';		// Font color subs when mouse is over
	var BorderColor='#607e12';		            // Border color
	var BorderSubColor='#ffffff';		// Border color for subs
	var BorderWidth=0;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular"	// 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=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=-45;				// Menu offset x coordinate
	var StartLeft=60;				// 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=0;				// 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=300;			// 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 jpgs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['iamges/trance.jpg',1,1,'iamges/trance.jpg',1,1,'iamges/trance.jpg',1,1];	// 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("rollover:/cart/images/home-off.jpg:/cart/images/home-on.jpg","/cart/index.php","",0,45,103);
	

Menu2=new Array("rollover:/cart/images/about-us-off-new.jpg:/cart/images/about-us-on-new.jpg","/cart/index.php/philosophy","",4,45,135)
	Menu2_1=new Array(":: philosophy","/cart/index.php/philosophy","",0,20,272)
	Menu2_2=new Array(":: about david and robin","/cart/index.php/abtDavid_Robin","",0,20,272)
	Menu2_3=new Array(":: our difference","/cart/index.php/our_difference","",0,20,272)
	Menu2_4=new Array(":: what we won't use in our products","/cart/index.php/wont_use_in_our_products","",0,20,272)
	

Menu3=new Array("rollover:/cart/images/superior_results_off.jpg:/cart/images/superior_results_on.jpg","/cart/index.php/result_gallery","",3,45,179)
	Menu3_1=new Array(":: results stars","/cart/index.php/result_stars","",0,20,165)
	Menu3_2=new Array(":: results stories","/cart/index.php/result_stories","",0,20,165)
	Menu3_3=new Array(":: results gallery","/cart/index.php/result_gallery","",0,20,165)


Menu4=new Array("rollover:/cart/images/news-off-new.jpg:/cart/images/news-on-new.jpg","/cart/index.php/in_the_press","",3,45,104)
	Menu4_1=new Array(":: in the press","/cart/index.php/in_the_press","",0,20,120)
	Menu4_2=new Array(":: newsletters","/cart/index.php/newsletters","",0,20,120)
	Menu4_3=new Array(":: robin's Blog","/cart/index.php/robin_blog","",0,20,120)
	
	

Menu5=new Array("rollover:/cart/images/products-off.jpg:/cart/images/products-on.jpg","/cart/index.php/skin_analysis","",5,45,135)
	Menu5_1=new Array(":: skin type diagnosis","/cart/index.php/skin_analysis","",0,20,210)
	Menu5_2=new Array(":: normal skin","/cart/index.php/normal_skin","",0,20,210)
	Menu5_3=new Array(":: dehydrated/mature skin","/cart/index.php/dehydrated_mature","",0,20,210)
	Menu5_4=new Array(":: combination/oily skin","/cart/index.php/combination_oily","",0,20,210)
	Menu5_5=new Array(":: breakout/acne skin","/cart/index.php/breakout_acne","",0,20,210)
			

Menu6=new Array("rollover:/cart/images/stockist-off-new.jpg:/cart/images/stockist-on-new.jpg","/cart/index.php/stockists","",0,45,125)

	
Menu7=new Array("rollover:/cart/images/contact-off-new.jpg:/cart/images/contact-on-new.jpg","/cart/contacts","",0,45,104)
	
	
	
<!--Menu8=new Array("rollover:images/contact_off.gif:images/contact_on.gif","contact.asp","",0,33,60)-->