 /***********************************************
*	(c) Ger Versluis 2000 version 9.50 24 July 2003	          *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	// awb512-122-5
	var NoOffFirstLineMenus=11;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="";			// Background color when mouse is not over
	var HighBgColor="";			// Background color when mouse is over
	var FontLowColor="";			// Font color when mouse is not over
	var FontHighColor="";			// Font color when mouse is over
	var BorderColor="";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=0;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="verdana";	// 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="center";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=2;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	//var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){
      var M_A,M_Al,i;
      if(typeof(window.ImgArr)!='undefined'){
         M_A=window.ImgArr;M_Al=M_A.length;
         for (i=0;i<M_Al;i+=2)document.images[M_A[i]].src=M_A[i+1]}}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/specials.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/specials-over.gif","http://www.totsntales.com/shop/specials.php","",0,50,74,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","Specials");

Menu2=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/clearance.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/clearance-over.gif","http://www.totsntales.com/shop/index.php?cPath=294","",0,50,101,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","Clearance");

Menu3=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/wall-stickers.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/wall-stickers-over.gif","http://www.totsntales.com/shop/index.php?cPath=48","",7,50,86,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","Wall Decor");
	Menu3_1=new Array("Browse by Theme","http://www.totsntales.com/shop/index.php?cPath=48_93","",0,20,400,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu3_2=new Array("Wall Stickers (E.g. Murals, Stickers, Borders, Quotes)","http://www.totsntales.com/shop/index.php?cPath=48_94","",0,20,230,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu3_3=new Array("Browse by Age","http://www.totsntales.com/shop/index.php?cPath=48_120","",0,20,230,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu3_4=new Array("Browse by Best Sellers","http://www.totsntales.com/shop/index.php?cPath=48_121","",0,20,230,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu2_5=new Array("Boys Themes","http://www.totsntales.com/shop/index.php?cPath=48_51","",0,20,230,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu2_6=new Array("Girls Themes","http://www.totsntales.com/shop/index.php?cPath=48_52","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu2_7=new Array("Unisex Themes","http://www.totsntales.com/shop/index.php?cPath=48_53","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu3_5=new Array("Wall Murals","http://www.totsntales.com/shop/index.php?cPath=48_41","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu3_6=new Array("Wall Quotes","http://www.totsntales.com/shop/index.php?cPath=48_54","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu3_7=new Array("Removable Wall Border Stickers","http://www.totsntales.com/shop/index.php?cPath=48_36","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu3_8=new Array("Removable Wall Sticker Sets","http://www.totsntales.com/shop/index.php?cPath=48_22","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu3_3=new Array("Custom Made Wooden Wall Names, Words & Decor","http://www.totsntales.com/shop/index.php?cPath=48_149","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu2_10=new Array("Wooden Wall Decor","http://www.totsntales.com/shop/index.php?cPath=48_156","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu3_4=new Array("Wall Prints","http://www.totsntales.com/shop/index.php?cPath=48_225","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu3_5=new Array("Canvas Wall Art","http://www.totsntales.com/shop/index.php?cPath=48_224","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu3_6=new Array("Window Decor","http://www.totsntales.com/shop/index.php?cPath=48_223","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu3_7=new Array("Accessories","http://www.totsntales.com/shop/index.php?cPath=48_218","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	
Menu4=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/nappy-bags.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/nappy-bags-over.gif","http://www.totsntales.com/shop/index.php?cPath=75","",6,50,95,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","Nappy Bags");
	Menu4_1=new Array("Browse by Bag Style","http://www.totsntales.com/shop/index.php?cPath=75_76","",0,20,300,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu4_2=new Array("Browse by  Brand","http://www.totsntales.com/shop/index.php?cPath=75_78","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu4_3=new Array("Browse by Bag Colour","http://www.totsntales.com/shop/index.php?cPath=75_77","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu4_4=new Array("Browse all Nappy Bags","http://www.totsntales.com/shop/index.php?cPath=75_79","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu4_5=new Array("Home Nursery & Other Accessories","http://www.totsntales.com/shop/index.php?cPath=75_164","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu4_6=new Array("Change Mats","http://www.totsntales.com/shop/index.php?cPath=75_219","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	
Menu5=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/carriers-slings.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/carriers-slings-over.gif","http://www.totsntales.com/shop/index.php?cPath=190","",2,50,103,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","Nappy Bags");
	Menu5_1=new Array("Baby Slings","http://www.totsntales.com/shop/index.php?cPath=190_192","",0,20,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu5_2=new Array("Baby Carriers","http://www.totsntales.com/shop/index.php?cPath=190_191","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	
Menu6=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/baby.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/baby-over.gif","http://www.totsntales.com/shop/index.php?cPath=45","",7,50,76,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","For Baby");
	Menu6_1=new Array("Nursery Mobiles","http://www.totsntales.com/shop/for-baby-45/nursery-mobiles-316","",0,19,200,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu6_2=new Array("Toys","http://www.totsntales.com/shop/for-baby-45/toys-314","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu6_3=new Array("Floor Rugs","http://www.totsntales.com/shop/index.php?cPath=286_287","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu6_4=new Array("Bedding","http://www.totsntales.com/shop/index.php?cPath=45_27","",0,19,200,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu6_5=new Array("Skin Care","http://www.totsntales.com/shop/index.php?cPath=45_170","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu6_6=new Array("Custom Made Wooden Names","http://www.totsntales.com/shop/index.php?cPath=48_149","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu6_7=new Array("Nursery Wall Stickers","http://www.totsntales.com/shop/index.php?cPath=48","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	

Menu7=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/kids.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/kids-over.gif","http://www.totsntales.com/shop/index.php?cPath=286","",8,50,70,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","For Kids");
	
	//Menu5_2=new Array("Kids Lunch Bags","http://www.totsntales.com/shop/index.php?cPath=72_74","",0,19,150,"#93a4e6","#e693ac","white","white","","",9,-1,-1,"","");
	Menu7_1=new Array("Kids Bedroom Furniture","http://www.totsntales.com/shop/index.php?cPath=286_309","",0,20,200,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu7_2=new Array("Kids Bed Linen","http://www.totsntales.com/shop/for-kids-286/kids-bed-linen-328/","",0,20,200,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu7_3=new Array("Kids Floor Rugs","http://www.totsntales.com/shop/index.php?cPath=286_287","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu7_4=new Array("Kids Bags","http://www.totsntales.com/shop/for-kids-286/kids-bags-329/","",0,19,200,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu7_5=new Array("Custom Made Wooden Names","http://www.totsntales.com/shop/index.php?cPath=48_149","",0,20,200,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu7_6=new Array("Kids Toys","http://www.totsntales.com/shop/for-kids-286/kids-toys-315","",0,20,200,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu7_7=new Array("Wall Stickers","http://www.totsntales.com/shop/index.php?cPath=48","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu7_8=new Array("Party Invites","http://www.totsntales.com/shop/index.php?cPath=286_305","",0,20,100,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	
Menu8=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/mums.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/mums-over.gif","http://www.totsntales.com/shop/index.php?cPath=30","",14,50,76,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","For Mum");

	Menu8_1=new Array("Nappy Bags","http://www.totsntales.com/shop/index.php?cPath=75","",0,19,250,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_2=new Array("Organiser","http://www.totsntales.com/shop/for-mum-30/organiser-176/","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_3=new Array("Perfume","http://www.totsntales.com/shop/index.php?cPath=30_189","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_4=new Array("MOR Cosmetics","http://www.totsntales.com/shop/index.php?cPath=30_183","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_5=new Array("Bath and Shower Products","http://www.totsntales.com/shop/index.php?cPath=30_168","",0,19,250,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_6=new Array("Body & Hand Products","http://www.totsntales.com/shop/index.php?cPath=30_167","",0,19,250,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_7=new Array("Candles","http://www.totsntales.com/shop/index.php?cPath=30_171","",0,19,250,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu8_7=new Array("Facial Products","http://www.totsntales.com/shop/index.php?cPath=30_172","",0,19,250,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	//Menu8_8=new Array("Gift Packs For Mums","http://www.totsntales.com/shop/index.php?cPath=30_173","",0,19,250,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_8=new Array("Homewares","http://www.totsntales.com/shop/index.php?cPath=30_178","",0,19,250,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_9=new Array("Laptop Stickers","http://www.totsntales.com/shop/for-mum-30/laptop-stickers-318","",0,19,250,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_10=new Array("Lip Balms","http://www.totsntales.com/shop/index.php?cPath=30_188","",0,19,250,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_11=new Array("Maternity Accessories","http://www.totsntales.com/shop/index.php?cPath=30_231","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_12=new Array("Miscellaneous Pamper Products","http://www.totsntales.com/shop/index.php?cPath=30_174","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_13=new Array("Nursery Accessories","http://www.totsntales.com/shop/index.php?cPath=30_175","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu8_14=new Array("Wall Decor","http://www.totsntales.com/shop/for-mum-30/wall-decor-320","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
    
	
	
Menu9=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/dads.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/dads-over.gif","http://www.totsntales.com/shop/index.php?cPath=227","",3,50,76,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","For Dads");
	Menu9_1=new Array("Nappy Bags","http://www.totsntales.com/shop/index.php?cPath=227_228","",0,20,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu9_2=new Array("Fragrances for Men","http://www.totsntales.com/shop/for-dads-227/fragrances-for-men-285","",0,20,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu9_3=new Array("Laptop Stickers","http://www.totsntales.com/shop/for-dads-227/laptop-stickers-319","",0,20,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	
	
//Menu7=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/toys.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/toys-over.gif","http://www.totsntales.com/shop/index.php?cPath=50","",9,30,83,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","Toys");
//Menu7_1=new Array("Baby Alive","http://www.totsntales.com/shop/index.php?cPath=50_60","",0,19,150,"#93a4e6","#e693ac","white","white","","",9,-1,-1,"","");
//Menu7_2=new Array("Dora The Explorer","http://www.totsntales.com/shop/index.php?cPath=50_63","",0,19,200,"#93a4e6","#e693ac","white","white","","",9,-1,-1,"","");
//Menu7_3=new Array("Fifi & The Flowertots","http://www.totsntales.com/shop/index.php?cPath=50_66","",0,19,200,"#93a4e6","#e693ac","white","white","","",9,-1,-1,"","");
//Menu7_4=new Array("Fisher Price Baby","http://www.totsntales.com/shop/index.php?cPath=50_61","",0,19,200,"#93a4e6","#e693ac","white","white","","",9,-1,-1,"","");
//Menu7_5=new Array("In the Night Garden","http://www.totsntales.com/shop/index.php?cPath=50_59","",0,19,150,"#93a4e6","#e693ac","white","white","","",9,-1,-1,"","");
//Menu7_6=new Array("Lamaze Baby","http://www.totsntales.com/shop/index.php?cPath=50_67","",0,19,150,"#93a4e6","#e693ac","white","white","","",9,-1,-1,"","");
//Menu7_7=new Array("Sesame Street","http://www.totsntales.com/shop/index.php?cPath=50_65","",0,19,200,"#93a4e6","#e693ac","white","white","","",9,-1,-1,"","");
//Menu7_8=new Array("Tonka Trucks","http://www.totsntales.com/shop/index.php?cPath=50_71","",0,19,200,"#93a4e6","#e693ac","white","white","","",9,-1,-1,"","");


Menu10=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/gifts.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/gifts-over.gif","http://www.totsntales.com/shop/index.php?cPath=154","",9,50,63,"#93a4e6","#e693ac","white","black","","",-1,-1,-1,"center","Gifts");
	Menu10_1=new Array("Baby Shower Gifts","http://www.totsntales.com/shop/index.php?cPath=154_226","",0,19,220,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu10_2=new Array("Gifts Between $0 - $20","http://www.totsntales.com/shop/advanced_search_result.php?keywords=&x=67&y=11&categories_id=&inc_subcat=1&manufacturers_id=&pfrom=0&pto=20&dfrom=&dto=","",0,19,220,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu10_3=new Array("Gifts Between $20 - $50","http://www.totsntales.com/shop/advanced_search_result.php?keywords=&x=67&y=11&categories_id=&inc_subcat=1&manufacturers_id=&pfrom=20&pto=50&dfrom=&dto=","",0,19,220,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu10_4=new Array("Gifts Between $50 - $100","http://www.totsntales.com/shop/advanced_search_result.php?keywords=&x=67&y=11&categories_id=&inc_subcat=1&manufacturers_id=&pfrom=50&pto=100&dfrom=&dto=","",0,19,220,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu10_5=new Array("Gifts Between $100 - $150","http://www.totsntales.com/shop/advanced_search_result.php?keywords=&x=67&y=11&categories_id=&inc_subcat=1&manufacturers_id=&pfrom=100&pto=150&dfrom=&dto=","",0,19,220,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu10_6=new Array("Gift Vouchers","http://www.totsntales.com/shop/index.php?cPath=154_155","",0,19,220,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu10_7=new Array("Gift Vouchers - Custom Amount","https://www.totsntales.com/giftvouchers.html","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu10_8=new Array("Gift Wrapping","http://www.totsntales.com/shop/index.php?cPath=154_199","",0,19,220,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu10_9=new Array("Organiser","http://www.totsntales.com/shop/index.php?cPath=154_177","",0,19,220,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");

Menu11=new Array("rollover?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/info.gif?"+BaseHref+"https://www.totsntales.com/images/buttons/shop/dd-menu/info-over.gif","","",5,50,101,"#9ace84","#7472a9","white","black","","",8,-1,-1,"center","Information");
	Menu11_1=new Array("Placing an Order","http://www.totsntales.com/shop/placing-an-order.php","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu11_2=new Array("Payment Options","http://www.totsntales.com/shop/payment-options.php","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu11_3=new Array("Shipping","http://www.totsntales.com/shop/shipping.php","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu11_4=new Array("Policies","http://www.totsntales.com/shop/policies.php","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");
	Menu11_5=new Array("International Orders","http://www.totsntales.com/shop/international-orders.php","",0,19,150,"#9ace84","#7472a9","white","white","","",9,-1,-1,"","");