var anylinkmenuAbout={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuAbout.items=[
	["Art Creations Africa", "/hom001.php?id=22"],
	["Stone Sculpture", "/hom001.php?id=9"]
]

var anylinkmenuExhibit={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuExhibit.items=[
	["Current Exhibitions", "/exh001.php?idtype=1"],
	["Past Exhibitions", "/exh002.php?idtype=2"]
]

var anylinkmenuArtists={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuArtists.items=[
	["First Generation", "/artists/firstgenerationsculptors.php"],
	["Second Generation", "/artists/secondgenerationsculptors.php"],
	["Third Generation", "/artists/thirdgenerationsculptors.php"],
	["Emerging Generation", "/artists/emerginggenerationsculptors.php"]
]