var cosmetic={divclass:'cosmetic', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
cosmetic.items=[
	["Body", "cs_body.php"],
	["Facial", "cs_facial.php"] //no comma following last entry!
]

var spaboutique={divclass:'spaboutique', inlinestyle:'', linktarget:''}
spaboutique.items=[
	["Products", "spa_products.php"],
	["Gift Cards", "spa_giftcards.php"],
	["Apparel <p>(Coming Soon)</p>", ""]
]

var events={divclass:'events', inlinestyle:'', linktarget:''}
events.items=[
	["Calendar", "calender.php"],
	["Group Events", "events.php"]
]

var specials={divclass:'specials', inlinestyle:'', linktarget:''}
specials.items=[
	["Specials", "specials.php"],
	["Spa Menu", "spa_menu.php"]
]

var aboutcontact={divclass:'aboutcontact', inlinestyle:'', linktarget:''}
aboutcontact.items=[
	["About", "about.php"],
	["Contact", "contact.php"],
	["Testimonials", "testimonial.php"]
]