var Home={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
Home.items=[
		["Main Upcoming events", "http://theenglishadventure.com/#upc"]	
]



var Video={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
Video.items=[
	["Latest", "vid.php"],
	["English speaking", "http://theenglishadventure.com/vid.php?kat=English%20speaking"],
	["Funny", "http://theenglishadventure.com/vid.php?kat=Funny"], 
	["A Cuppa TEA", "http://theenglishadventure.com/vid.php?kat=A%20cuppa%20TEA"], 
	["TEA Events", "http://theenglishadventure.com/vid.php?kat=TEA%20Times"] 
 //no comma following last entry!
]


var News={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
News.items=[
	["News", "http://theenglishadventure.com/news.php?kat=TEA%20CS"]	

]



var Forum={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
Forum.items=[
	["All", "forum.php"],
	["Featured", "http://theenglishadventure.com/forum.php?katid=20"],
	["Recent comments", "recent.php"]

 //no comma following last entry!
]

var Community={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
Community.items=[
	["Groups", "groups.php"],
	["Events", "events.php"],
	["Members", "http://theenglishadventure.com/browse.php?rand"]
 //no comma following last entry!
]

var Card={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
Card.items=[
	["For Members", "card.php"],
	["List of Partners", "partners.php"],
	["For Partners", "forpartners.php"]
 //no comma following last entry!
]


var Profile={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
Profile.items=[
	["Edit Profile", "http://theenglishadventure.com/profil.php#edit"],
	["Messages", "http://theenglishadventure.com/profil.php#messages"],
	["Friends", "http://theenglishadventure.com/profil.php#friends"],
	["Share", "http://theenglishadventure.com/profil.php#share"]
]



var anna={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anna.items=[
	["For Members", "card.php"],
	["For Partners", "forpartners.php"],
	["List of Partners ", "partners"]
 //no comma following last entry!
]











