var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#ffffff', linktarget:'_top'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["newsletter", "newsletter.shtml"],
	["locations", "locations.shtml"],
	["music", "music.shtml"],
	["yoga glossary", "glossary.shtml"]//no comma following last entry!
	]
	var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#ffffff', linktarget:'_top'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["yoga of energy flow", "yogaofenergyflow.shtml"],
	["meridian yoga", "meridian-yoga-poses/index.shtml"],
	["in the us", "travels-us/index.shtml"],
	["in europe", "travels-europe/index.shtml"]//no comma following last entry!
	]