 /***********************************************
*	(c) Ger Versluis 2000 version 13.10 August 1, 2004       *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=6;			// 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="white";			// Background color when mouse is not over
	var HighBgColor="white";			// Background color when mouse is over
	var FontLowColor="331a01";			// Font color when mouse is not over
	var FontHighColor="535D3E";			// Font color when mouse is over
	var BorderColor="331a01";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="Arial";	// Font family menu items
	var FontSize=11;				// 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="center";			// Menu horizontal position can be: left, center, right
	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=104;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=88;				// 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 DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// 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="";				// 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",9,11,BaseHref+"",10,5,BaseHref+"",9,11,BaseHref+"tri.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(.......

						// 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=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	var MenuSlide="";
	var MenuSlide="";

	var MenuShadow="";
	var MenuShadow="";
	var MenuShadow="";

	var MenuOpacity="";
	var MenuOpacity="";

	function BeforeStart(){return}
	function AfterBuild(){return}
	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 or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("rollover?"+BaseHref+"images/btn_home01.gif?"+BaseHref+"images/btn_home02.gif","http://www.themagnoliacompany.com/index.htm","",0,26,55,"","","","","","",-1,-1,-1,"","Own text entered");

Menu2=new Array("rollover?"+BaseHref+"images/btn_shop01.gif?"+BaseHref+"images/btn_shop02.gif","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=SFNT&Store_Code=retail","",14,26,75,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Holiday Collection","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=fresh","",0,18,175,"","","","","","arial",11,-1,-1,"","");
	
	Menu2_2=new Array("Fresh From The Farm","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=fresh","",8,18,130,"","","","","","arial",11,-1,-1,"","");
		Menu2_2_1=new Array("The Original Magnolia","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=original","",0,18,180,"","","","","","arial",11,-1,-1,"","");
		Menu2_2_2=new Array("The All Green Magnolia","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=green","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_2_3=new Array("Estate Boxwood","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=boxwood","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_2_4=new Array("Woodland Berries","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=woodland-berries","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_2_5=new Array("Pomegranates & Pepperberry","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=pomegranates","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_2_6=new Array("Clover & Rose Hips","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=Clover","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_2_7=new Array("Venetian Gourds & Hydrangeas","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=Venrtian","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_2_8=new Array("Artichokes & Boxwood","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=Artichokes","",0,18,140,"","","","","","arial",11,-1,-1,"","");

	Menu2_3=new Array("Fresh From the Woods","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=extras","",8,18,150,"","","","","","arial",11,-1,-1,"","");
		Menu2_3_1=new Array("The Magnolia Company Signature Wreath","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=tmcsw","",0,18,245,"","","","","","arial",11,-1,-1,"","");
		Menu2_3_2=new Array("Little Gem Magnolia & Rose Hip","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=lgmrh","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_3_3=new Array("Copper Backed Magnolia & Tallow Berries","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=cbmtb","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_3_4=new Array("Tallow & Sapphire","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=FMW403","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_3_5=new Array("Carolina Sapphire","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=carolina","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_3_6=new Array("Swags & Bunches","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=swags-bunches","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_3_7=new Array("Baby Pinecone Wreaths","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=pinecone","",0,18,140,"","","","","","arial",11,-1,-1,"","");
		Menu2_3_8=new Array("Holiday Combos","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=holiday-combos","",0,18,140,"","","","","","arial",11,-1,-1,"","");

	Menu2_4=new Array("Lacquer Collection","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=candy","",5,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_4_1=new Array("Holiday Red Lacquer","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=redcoated","",0,18,150,"","","","","","arial",11,-1,-1,"","");
		Menu2_4_2=new Array("White Lacquer","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=white","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_4_3=new Array("Pumpkin Lacquer","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=pumpkin","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_4_4=new Array("Gold Rush","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=gold","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_4_5=new Array("Silver Bells","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=silver","",0,18,165,"","","","","","arial",11,-1,-1,"","");
	
	Menu2_5=new Array("Garland Collection","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=garland","",0,18,165,"","","","","","arial",11,-1,-1,"","");

	
	Menu2_6=new Array("Fall Harvest","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=dried","",6,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_6_1=new Array("Chilies and Artichokes","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=caa","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_6_2=new Array("Turkey Pheasant","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=turkey","",0,18,150,"","","","","","arial",11,-1,-1,"","");
		Menu2_6_3=new Array("Pear & Feather","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=DMW214","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_6_4=new Array("Fall Leaves","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=dmw227-fall","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_6_5=new Array("New Woodland Collection","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=dmw231-new","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_6_6=new Array("Low Country Marsh","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=lcm","",0,18,150,"","","","","","arial",11,-1,-1,"","");
	
	Menu2_7=new Array("Licensed Collegiate Wreaths","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=collegiate","",14,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_1=new Array("University of Alabama","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=bama","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_2=new Array("Auburn University","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=auburn","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_3=new Array("University of Georgia","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=georgia","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_4=new Array("University of Michigan","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=michigan","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_5=new Array("Louisiana State University","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=lsu","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_6=new Array("University of Oklahoma","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=ou","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_7=new Array("University of Tennessee","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=ut","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_8=new Array("Florida State University","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=fsu","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_9=new Array("University of South Carolina","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=usc","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_10=new Array("Georgia Tech","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=gatech","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_11=new Array("Duke University","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=duke","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_12=new Array("University of North Carolina","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=heels","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_13=new Array("Clemson University","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=clemson","",0,18,165,"","","","","","arial",11,-1,-1,"","");
		Menu2_7_14=new Array("University of Florida","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=uf","",0,18,165,"","","","","","arial",11,-1,-1,"","");

	Menu2_8=new Array("Spring Collection","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=spring","",9,18,156,"","","","","","arial",11,-1,-1,"","");
		Menu2_8_1=new Array("Brown & Green","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=browngreen","",0,18,130,"","","","","","arial",11,-1,-1,"","");
		Menu2_8_2=new Array("Budding Spring","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=budspring","",0,18,130,"","","","","","arial",11,-1,-1,"","");
		Menu2_8_3=new Array("Low Country Marsh","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=lcm","",0,18,130,"","","","","","arial",11,-1,-1,"","");
		Menu2_8_4=new Array("New Woodland Collection","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=dmw231-new","",0,18,130,"","","","","","arial",11,-1,-1,"","");
		Menu2_8_5=new Array("Lavendar Bouquet","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=lavendar","",0,18,130,"","","","","","arial",11,-1,-1,"","");
		Menu2_8_6=new Array("Spring Awakening","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=saw","",0,18,130,"","","","","","arial",11,-1,-1,"","");
		Menu2_8_7=new Array("Coastal Breezes","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=breezes","",0,18,130,"","","","","","arial",11,-1,-1,"","");
		Menu2_8_8=new Array("Celadon","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=celadon","",0,18,130,"","","","","","arial",11,-1,-1,"","");
		Menu2_8_9=new Array("Mother's Day Combo Pack","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=mothersday","",0,18,130,"","","","","","arial",11,-1,-1,"","");

	
	Menu2_9=new Array("Holiday Trees","http://www.themagnoliacompany.com/seeds/holiday_products.htm","",0,18,85,"","","","","","arial",11,-1,-1,"","");
	Menu2_10=new Array("Blooms","http://www.themagnoliacompany.com/Merchant2/merchant.mvc?Screen=CTGY&Store_Code=retail&Category_Code=blooms2","",0,18,85,"","","","","","arial",11,-1,-1,"","");
	Menu2_11=new Array("Seeds of Life","http://www.themagnoliacompany.com/seeds.htm","",0,18,85,"","","","","","arial",11,-1,-1,"","");

	Menu2_13=new Array("Estate Trees","http://www.themagnoliacompany.com/estatetrees.htm","",0,18,85,"","","","","","arial",11,-1,-1,"","");
	Menu2_12=new Array("The Garland Farm","javascript:NewWin=window.open('http://www.thegarlandfarm.com','NWin');window['NewWin'].focus()","",0,18,85,"","","","","","arial",11,-1,-1,"","");
	Menu2_14=new Array("Download Catalog","http://www.themagnoliacompany.com/catalog.html","",0,18,85,"","","","","","arial",11,-1,-1,"","");

Menu3=new Array("rollover?"+BaseHref+"images/btn_about01.gif?"+BaseHref+"images/btn_about02.gif","http://www.themagnoliacompany.com/about.htm","",2,26,104,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Product Information","http://www.themagnoliacompany.com/productinf.htm","",1,18,124,"","","","","","arial",11,-1,-1,"","");
		Menu3_1_1=new Array("Product Care","http://www.themagnoliacompany.com/products-care.htm","",0,18,115,"","","","","","arial",11,-1,-1,"","");
	Menu3_2=new Array("Fundraisers","http://www.themagnoliacompany.com/fundraisers.htm","",0,18,95,"","","","","","arial",11,-1,-1,"","");

Menu4=new Array("rollover?"+BaseHref+"images/btntop_wholesale01.gif?"+BaseHref+"images/btntop_wholesale02.gif","http://www.themagnoliacompany.com/retailpartners.htm","",3,26,106,"","","","","","",-1,1,-1,"","");	
	Menu4_1=new Array("Locations","http://www.themagnoliacompany.com/local.htm","",0,18,130,"","","","","","arial",11,-1,-1,"","");
	Menu4_2=new Array("Become a Retailer","http://www.themagnoliacompany.com/wholesale-form.htm","",0,18,130,"","","","","","arial",11,-1,-1,"","");
	Menu4_3=new Array("Retail Login","http://www.themagnoliacompany.com/wholesale2","",0,18,130,"","","","","","arial",11,-1,-1,"","");
	//Menu4_4=new Array("Drop Shipments","http://www.themagnoliacompany.com/wholesale1","",0,18,130,"","","","","","arial",11,-1,-1,"","");

Menu5=new Array("rollover?"+BaseHref+"images/btn_gifts01.gif?"+BaseHref+"images/btn_gifts02.gif","http://www.themagnoliacompany.com/corporategifts.htm","",0,26,140,"","","","","","arial",9,1,1,"right","");

Menu6=new Array("rollover?"+BaseHref+"images/btn_service01.gif?"+BaseHref+"images/btn_service02.gif","http://www.themagnoliacompany.com/customerservice.htm","",6,26,129,"","","","","","arial",9,1,1,"right","");
	Menu6_1=new Array("Feedback","http://www.themagnoliacompany.com/feedback.htm","",0,18,110,"","","","","","arial",11,-1,-1,"","");
	Menu6_2=new Array("Policies","http://www.themagnoliacompany.com/customerservice.htm#policies","",0,18,110,"","","","","","arial",11,-1,-1,"","");
	Menu6_3=new Array("Care & Handling","http://www.themagnoliacompany.com/customerservice.htm#care","",0,18,110,"","","","","","arial",11,-1,-1,"","");
	Menu6_4=new Array("Ordering Info","http://www.themagnoliacompany.com/customerservice.htm#order","",0,18,110,"","","","","","arial",11,-1,-1,"","");
	Menu6_5=new Array("Shipping Info","http://www.themagnoliacompany.com/customerservice.htm#ship","",0,18,110,"","","","","","arial",11,-1,-1,"","");
	Menu6_6=new Array("FAQ's","http://www.themagnoliacompany.com/customerservice.htm#faq","",0,18,110,"","","","","","arial",11,-1,-1,"","");
