var projects={divclass:'anylinkmenu', inlinestyle:'#333', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
projects.items=[

	["them", "projects/them/index.html"],
	["twelve meridians", "projects/twelvemeridians/index.html"],
	["found family", "projects/foundfamily/index.html"],
	["headstones", "projects/headstones/index.html"],
	["reasons", "projects/reasons/index.html"],
	["fear", "projects/fear/index.html"]//no comma following last entry!
]

var projects_temp={divclass:'anylinkmenu', inlinestyle:'#333', linktarget:''} //Second menu variable. Same precaution.
projects_temp.items=[
					 
	["them", "../them/index.html"],
	["twelve meridians", "../twelvemeridians/index.html"],
	["found family", "../foundfamily/index.html"],
	["headstones", "../headstones/index.html"],
	["reasons", "../reasons/index.html"],
	["fear", "../fear/index.html"]//no comma following last entry!
]

var other_temp={divclass:'anylinkmenu', inlinestyle:'#333', linktarget:''} //Second menu variable. Same precaution.
other_temp.items=[
					 
	["them", "../projects/them/index.html"],
	["twelve meridians", "../projects/twelvemeridians/index.html"],
	["found family", "../projects/foundfamily/index.html"],
	["headstones", "../projects/headstones/index.html"],
	["reasons", "../projects/reasons/index.html"],
	["fear", "../projects/fear/index.html"]//no comma following last entry!
]