var homemenu={divclass:'anylinkmenu', inlinestyle:'width: 200px', linktarget:''} 
homemenu.items=[
	["x", "x.php"],
	["x", "x.php"] //no comma following last entry!
]
var aboutmenu={divclass:'anylinkmenu', inlinestyle:'width: 250px', linktarget:''} 
aboutmenu.items=[
	["Learn About Us", "aboutUs.php"],
	["Your Neighborhood Candle Place", "YourNeighborhoodCandlePlace.php"],
	["What Makes Us Different?", "ourDifference.php"],
	["Our Recycle and Refill Program", "recycleRefill.php"],
	["Customer Comments", "customerComments.php"] //no comma following last entry!
]
var storemenu={divclass:'anylinkmenu', inlinestyle:'width: 160px', linktarget:''} 
storemenu.items=[
	["Enter Online Store", "enterStore.php"],
	["Shop Fruit Candles", "fruitFragrances.php"],
	["Shop Floral Candles", "floralFragrances.php"],
	["Shop Food Candles", "foodFragrances.php"],
	["Shop Other Candles", "otherFragrances.php"],
	["Shop Aromatherapy", "aromatherapyCandles.php"],
	["Shop Reed Diffusers", "reedDiffusers.php"] //no comma following last entry!
]
var customizedmenu={divclass:'anylinkmenu', inlinestyle:'width: 255px', linktarget:''} 
customizedmenu.items=[
	["x", "x.php"],
	["x", "x.php"] //no comma following last entry!
]
var wholesaledmenu={divclass:'anylinkmenu', inlinestyle:'width: 210px', linktarget:''} 
wholesaledmenu.items=[
	["Wholesale Information", "wholesaleInfo.php"],
	["What We Offer", "wholesaleInfo.php"],
	["Custom Colors/Fragrances", "wholesaleInfo.php"],
	["Private Labeling", "wholesaleInfo.php"],
	["Full Service Product Support", "wholesaleInfo.php#support"],
	["How to Become a Reseller", "wholesaleInfo.php#how"] //no comma following last entry!
]
var contactmenu={divclass:'anylinkmenu', inlinestyle:'width: 200px', linktarget:''} 
contactmenu.items=[
	["Online Contact Form", "contactUs.php"],
	["Contact Email Address", "contactUs.php"],
	["Get a Map and Directions", "directions.php"],
	["Follow Us on Twitter", "http://twitter.com/HollyCandle"],
	["Join Us on Facebook", "http://www.facebook.com/hollycandleshoppe"] //no comma following last entry!
]
var helpmenu={divclass:'anylinkmenu', inlinestyle:'width: 230px', linktarget:''} 
helpmenu.items=[
	["Customer Service", "customerService.php"],
	["Our Quality Guarantee", "customerService.php#guarantee"],
	["How to Shop Our Online Store", "customerService.php#howtoshop"],
	["Payment Options", "customerService.php#paymentoptions"],
	["Return Policy", "javascript:Terms('Terms.htm#Returns','window1')"],
	["Shipping Policy", "shippingPolicy.php"],
	["Our Recycle and Refill Program", "recycleRefill.php"],
	["Frequently Asked Questions", "FAQ.php"],	
	["Terms of Use", "javascript:Terms('Terms.htm','window1')"],	
	["Privacy Policy", "javascript:Terms('Terms.htm#Privacy','window1')"] //no comma following last entry!
]