/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='#EEEEEE';			// Background color when mouse is over on subs
	var FontLowColor='#999999';			// Font color when mouse is not over
	var FontSubLowColor='#666666';			// Font color subs when mouse is not over
	var FontHighColor='#333333';			// Font color when mouse is over
	var FontSubHighColor='#333333';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='#999999';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=10;				// 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=0.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.1;			// vertical overlap child/ parent
	var StartTop=-115;				// 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=4;				// Left padding
	var TopPaddng=0;				// 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=200;			// 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=1;			// 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=['images/menu/tri.gif',5,10,'images/menu/tridown.gif',10,5,'images/menu/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.gif:Image2.gif"

Menu1=new Array("rollover:menu5/c_r1_c1.gif:menu5/c_r1_c1_f2.gif","","",4,25,110);
	Menu1_1=new Array(" heart slippers","acc-slippers-hearts-c.htm","",0,20,115);
	Menu1_2=new Array(" heart baby slippers","acc-babyslippers-hearts-c.htm","",0);
	Menu1_3=new Array(" bow slippers","acc-slippers-bow-c.htm","",0,20,115);
	Menu1_4=new Array(" bow baby slippers","acc-babyslippers-bow-c.htm","",0);

Menu2=new Array("rollover:menu5/c_r2_c1.gif:menu5/c_r2_c1_f2.gif","","",3,25,110);
	Menu2_1=new Array(" vibrant cushions","living-cushions50-elegance-vibrant-c.htm","",0,20,115);
	Menu2_2=new Array(" classic cushions","living-cushions50-elegance-classic-c.htm","",0);
	Menu2_3=new Array(" romance cushions","living-cushions50-elegance-romance-c.htm","",0);

Menu3=new Array("rollover:menu5/c_r3_c1.gif:menu5/c_r3_c1_f2.gif","","",9);
	Menu3_1=new Array(" cushions","living-cushions50w-orchid-c.htm","",0,20,110);
	Menu3_2=new Array(" cushions floor","living-fcush-orchid-c.htm","",0);
	Menu3_3=new Array(" corsages","acc-corsages-orchid-c.htm","",0);
	Menu3_4=new Array(" clutch purse","acc-clutchpurse-orchid-c.htm","",0);
	Menu3_5=new Array(" tub bag","acc-tubbags-orchid-c.htm","",0);
	Menu3_6=new Array(" shopper bag","acc-shopbags-orchid-c.htm","",0);
	Menu3_7=new Array(" slippers","acc-slippers-orchid-c.htm","",0);
	Menu3_8=new Array(" wraps","acc-wraps-orchid-c.htm","",0);
	Menu3_9=new Array(" throws","living-throw-orchid-c.htm","",0);

Menu4=new Array("rollover:menu5/c_r4_c1.gif:menu5/c_r4_c1_f2.gif","","",10);
	Menu4_1=new Array(" cushions","living-cushions-texture-c.htm","",0,20,110);
	Menu4_2=new Array(" cushions floor","living-fcush-texture-c.htm","",0);
	Menu4_3=new Array(" throws","living-throw-texture-c.htm","",0);
	Menu4_4=new Array(" corsages","acc-corsages-texture-c.htm","",0);
	Menu4_5=new Array(" slippers","acc-slippers-texture-c.htm","",0);
	Menu4_6=new Array(" slippers baby","acc-babyslippers-texture-c.htm","",0);
	Menu4_7=new Array(" wraps","acc-wraps-texture-c.htm","",0);
	Menu4_8=new Array(" clutch purse","acc-clutchpurse-texture-c.htm","",0);
	Menu4_9=new Array(" tub bags","acc-tubbags-texture-c.htm","",0);
	Menu4_10=new Array(" shopper bags","acc-shopbags-texture-c.htm","",0);
	
Menu5=new Array("rollover:menu5/c_r5_c1.gif:menu5/c_r5_c1_f2.gif","","",15);
	Menu5_1=new Array(" cushions small silk","living-cushions40s-blooming-c.htm","",0,20,120);
	Menu5_2=new Array(" cushions small wool","living-cushions40w-blooming-c.htm","",0);
	Menu5_3=new Array(" cushions silk","living-cushions50s-blooming-c.htm","",0);
	Menu5_4=new Array(" cushions wool","living-cushions50w-blooming-c.htm","",0);
	Menu5_5=new Array(" cushions floor silk","living-fcush-bloomings-c.htm","",0);
	Menu5_6=new Array(" cushions floor wool","living-fcush-bloomingw-c.htm","",0);
	Menu5_7=new Array(" throws silk","living-throw-bloomings-c.htm","",0);
	Menu5_8=new Array(" throws wool","living-throw-bloomingw-c.htm","",0);
	Menu5_9=new Array(" corsages","acc-corsages-blooming-c.htm","",0);
	Menu5_10=new Array(" slippers baby","acc-babyslippers-blooming-c.htm","",0);
	Menu5_11=new Array(" slippers","acc-slippers-blooming-c.htm","",0);
	Menu5_12=new Array(" clutch purse","acc-clutchpurse-blooming-c.htm","",0);
	Menu5_13=new Array(" tub bags","acc-tubbags-blooming-c.htm","",0);
	Menu5_14=new Array(" shopper bags","acc-shopbags-blooming-c.htm","",0);
	Menu5_15=new Array(" wraps","acc-wraps-blooming-c.htm","",0);

Menu6=new Array("rollover:menu5/c_r6_c1.gif:menu5/c_r6_c1_f2.gif","","",3);
	Menu6_1=new Array(" cushions","living-cushions-lace-c.htm","",0,20,110);
	Menu6_2=new Array(" cushions floor","living-fcush-lace-c.htm","",0);
	Menu6_3=new Array(" throws","living-throw-lace-c.htm","",0);

Menu7=new Array("rollover:menu5/c_r8_c1.gif:menu5/c_r8_c1_f2.gif","","",5);
	Menu7_1=new Array(" cushions","living-cushions-stitch-c.htm","",0,20,110);
	Menu7_2=new Array(" cushions floor","living-fcush-stitch-c.htm","",0);
	Menu7_3=new Array(" throws","living-throw-stitch-c.htm","self",0);
	Menu7_4=new Array(" tub bags","acc-tubbags-stitch-c.htm","",0);
	Menu7_5=new Array(" shopper bags","acc-shopbags-stitch-c.htm","",0);

Menu8=new Array("rollover:menu5/c_r9_c1.gif:menu5/c_r9_c1_f2.gif","","",12);
	Menu8_1=new Array(" classic stockings","christmas-stockings-classic-c.htm","",0,20,110);
	Menu8_2=new Array(" chic stockings","christmas-stockings-chic-c.htm","",0);
	Menu8_3=new Array(" fun stockings","christmas-stockings-fun-c.htm","",0);
	Menu8_4=new Array(" corsages","christmas-corsages-c.htm","",0);
	Menu8_5=new Array(" baby slippers","christmas-slippers-baby-c.htm","",0);
	Menu8_6=new Array(" slippers","christmas-slippers-c.htm","",0);
	Menu8_7=new Array(" wraps","christmas-wraps-c.htm","",0);
	Menu8_8=new Array(" clutch purse","christmas-clutchpurse-c.htm","",0);
	Menu8_9=new Array(" tub bags","christmas-tub-bags-c.htm","",0);
	Menu8_10=new Array(" shopper bags","christmas-shopper-bags-c.htm","",0);
	Menu8_11=new Array(" cushions","christmas-cushions-c.htm","",0);
	Menu8_12=new Array(" floor cushions","christmas-floor-cushions-c.htm","",0);

Menu9=new Array("rollover:menu5/c_r10_c1.gif:menu5/c_r10_c1_f2.gif","","",5);
	Menu9_1=new Array(" farmyard","","",4,20,80);
		Menu9_1_1=new Array(" cushions","kidn-cush-far-c.htm","",0,20,90);
		Menu9_1_2=new Array(" play cushions","kidn-plcush-far-c.htm","",0);
		Menu9_1_3=new Array(" play mats","kidn-plmat-far-c.htm","",0);
		Menu9_1_4=new Array(" slippers","kidn-slip-far-c.htm","",0);
	Menu9_2=new Array(" jungle","","",4);
		Menu9_2_1=new Array(" cushions","kidn-cush-jun-c.htm","",0,20,90);
		Menu9_2_2=new Array(" play cushions","kidn-plcush-jun-c.htm","",0);
		Menu9_2_3=new Array(" play mats","kidn-plmat-jun-c.htm","",0);
		Menu9_2_4=new Array(" slippers","kidn-slip-jun-c.htm","",0);
	Menu9_3=new Array(" garden","","",4);
		Menu9_3_1=new Array(" cushions","kidn-cush-gar-c.htm","",0,20,90);
		Menu9_3_2=new Array(" play cushions","kidn-plcush-gar-c.htm","",0);
		Menu9_3_3=new Array(" play mats","kidn-plmat-gar-c.htm","",0,20,90);
		Menu9_3_4=new Array(" slippers","kidn-slip-gar-c.htm","",0);
	Menu9_4=new Array(" transport","","",4);
		Menu9_4_1=new Array(" cushions","kidn-cush-tra-c.htm","",0,20,90);
		Menu9_4_2=new Array(" play cushions","kidn-plcush-tra-c.htm","",0);
		Menu9_4_3=new Array(" play mats","kidn-plmat-tra-c.htm","",0,20,90);
		Menu9_4_4=new Array(" slippers","kidn-slip-tra-c.htm","",0);
	Menu9_5=new Array(" personalised","","",6);
		Menu9_5_1=new Array(" name cushions","kidn-cush-nam-c.htm","",0,20,125);
		Menu9_5_2=new Array(" letter cushions","kidn-cush-let-c.htm","",0);
		Menu9_5_3=new Array(" name play cushions","kidn-plcush-nam-c.htm","",0);
		Menu9_5_4=new Array(" letter play cushions","kidn-plcush-let-c.htm","",0);
		Menu9_5_5=new Array(" play mats","kidn-plmat-nam-c.htm","",0);
		Menu9_5_6=new Array(" bunting","kidn-per-bun-c.htm","",0);
		
Menu10=new Array("rollover:menu5/c_r11_c1.gif:menu5/c_r11_c1_f2.gif","","",3);
	Menu10_1=new Array(" texture","","",1,20,60);
		Menu10_1_1=new Array(" exclusive cushions","acc-le-cushions-texture-exlu-c.htm","",0,20,110);
	Menu10_2=new Array(" kimono","","",8);
		Menu10_2_1=new Array(" baby slippers","acc-le-babyslippers-kimono-c.htm","",0,20,120);
		Menu10_2_2=new Array(" peony slippers","acc-le-slippers-kimono-peony-c.htm","",0);
		Menu10_2_3=new Array(" carnation slippers","acc-le-slippers-kimono-carn-c.htm","",0);
		Menu10_2_4=new Array(" peony cushions","acc-le-cushions-kimono-peony-c.htm","",0);
		Menu10_2_5=new Array(" carnation cushions","acc-le-cushions-kimono-carn-c.htm","",0);
		Menu10_2_6=new Array(" peony corsages","acc-le-corsage-kimono-peony-c.htm","",0);
		Menu10_2_7=new Array(" carnation corsages","acc-le-corsage-kimono-carn-c.htm","",0);
		Menu10_2_8=new Array(" clutch purse","acc-le-clutchpurse-kimono-c.htm","",0);
	Menu10_3=new Array(" ruffle","","",1);
		Menu10_3_1=new Array(" cushions","acc-le-cushions-ruffle-c.htm","",0,20,110);

