
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:130px; background:#faf5ff', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	
	["Articles", "articles.php"],
	["Competitions", "competitions.php"],
	["Up and Coming  Artist", "UpandComingArtist.php"],
	["Hand Art", "handartpics.php"],
	["About Us", "http://www.collectorsonline.co.za/"],
	["Facebook", "facebook.php"],
	["Twitter", "twitter.php"],
	["Contact Us", "contactus.php"],
	["Sitemap", "sitemap.php"],
	["Terms", "terms.php"] //no comma following last entry!

]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:130px; background:#faf5ff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Search", "searchexhibition.php"],
	["Current", "currentexhibition.php"],
	["Upcoming", "upcomingexhibition.php"],
	["Historical", "historicalexhibition.php"],
	["Theater", "theater.php"],
	["Promos", "promo.php"] //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:130px; background:#faf5ff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Search", "artist.php"],
	["Works", "artorcraft.php"],	
	["Awards", "awards.php"],	
	["Books", "books.php"]//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:130px; background:#faf5ff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Show Galleries", "gallery.php"],
	["Galleries News", "#"] //no comma following last entry!
]
var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:130px; background:#faf5ff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu5.items=[
	["Log in", "userlogin.php"],
	["Register", "userregister.php"]//no comma following last entry!
]

var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'width:100px; background:#faf5ff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu6.items=[
	["Logout", "userlogoff.php"]//no comma following last entry!
]

