/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#E7E4E4';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#303B7E';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#042752';			// Font color subs when mouse is not over
	var FontHighColor='#F7160B';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="geneva,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=120;				// 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=2;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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=0;				// 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("Child Passenger Safety","product01_01.php","",3,22,145);
			Menu1_1=new Array(" Quick Safety Seat Check Up","product01_01.php","",0,22,180);
			Menu1_2=new Array(" How to choose the Right Seat","product01_02.php","",0);
			Menu1_3=new Array(" Car Seat Check Event","product01_03.php","",0);
Menu2=new Array("Membership Programme","product02_01.php","",1,22,155);
			Menu2_1=new Array(" Benefits","product02_01.php","",0,22,130);
Menu3=new Array("Safety On The Go","product03_01.php","",3,22,120);
			Menu3_1=new Array(" Stroller","product03_01.php","",0,22,130);
			Menu3_2=new Array(" Hippychick","product03_05.php","",0);
			Menu3_3=new Array(" ionKids","product03_07.php","",0);
Menu4=new Array("Safety In The Car","product04_01.php","",4,22,120);
			Menu4_1=new Array(" Aprica","product04_01.php","",0,22,130);
			Menu4_2=new Array(" Ferrari","product04_02.php","",0);
			Menu4_3=new Array(" Safe 'n Sound","product04_03.php","",0);
			Menu4_4=new Array(" Accessories","product04_04.php","",0);
Menu5=new Array("Safe Sleep","product05_01.php","",5,22,90);
			Menu5_1=new Array(" Natural Latex Mattress","product05_01.php","",0,22,170);
			Menu5_2=new Array(" Mattress Pad for Playpen","product05_02.php","",0);
			Menu5_3=new Array(" Natural Latex Pillow","product05_03.php","",0);
			Menu5_4=new Array(" Sleep Positioner","product05_04.php","",0);
			Menu5_5=new Array(" Support for mum","product05_05.php","",0);
Menu6=new Array("Safe Home","product06_01.php","",4,22,90);
			Menu6_1=new Array(" Baby Cot","product06_01.php","",0,22,130);
			Menu6_2=new Array(" Toddler Bed","product06_02.php","",0);
			Menu6_3=new Array(" Security Gate","product06_03.php","",0);
			Menu6_4=new Array(" Safety Accessories","product06_04.php","",0);
Menu7=new Array("Bedding Coordinates","product07_01.php","",4,22,130);
			Menu7_1=new Array(" Bedtime Bear","product07_01.php","",0,22,190);
			Menu7_2=new Array(" Freddy Frog","product07_02.php","",0);
			Menu7_3=new Array(" Ginny Giraffe","product07_03.php","",0);
			Menu7_4=new Array(" Tony Duck","product07_04.php","",0);
Menu8=new Array("Safe Skincare","product08_01.php","",5,22,110);
			Menu8_1=new Array(" Newborns & Sensitive Skin","product08_01.php","",0,22,190);
			Menu8_2=new Array(" Everyday Baby Care","product08_02.php","",0);
			Menu8_3=new Array(" Skin Protection & Extra Care","product08_03.php","",0);
			Menu8_4=new Array(" Special Care for Eczema Skin","product08_04.php","",0);
			Menu8_5=new Array(" Pre & Post Natal Care","product08_05.php","",0);