var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[				
	["Available Now", "available-works.php"],	
	["Large Scale Paintings", "large-scale.php"],
	["Sold Works", "portfolio.php"],
	["Field Studies", "field_studies.php"]	
		//no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; ', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Biography", "profile-bio.php"],
	["Resume", "profile.php"],
	["Interview ", "interview.php"]
	
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px; ', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["What&acute;s new", "news.php"],
	["Existing Publications", "news-publication.php"]
	

]

