var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Nos structures", "http://www.dynamicdrive.com/"],
	["Nos actions", "http://www.cssdrive.com/"],
	["Contacts", "http://www.javascriptkit.com/"],
	["Plan du site ", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'_self'} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Nos Actions", "http://www.sireas.be/pages/spip.php?page=projets&id_article=410"],
	["Nos Structures", "http://www.sireas.be/pages/spip.php?page=structure&id_article=410"],
	["<hr>Contacts", "http://www.sireas.be/pages/spip.php?page=nos_structures&id_article=513"],
	["Plan du site", "http://www.sireas.be/pages/spip.php?page=nos_structures&id_article=515"],
	["nos emplois", "http://www.sireas.be/pages/spip.php?article23", "efc"],
	["Restaurant <br>didactique", "http://www.sireas.be/pages/spip.php?article19"],
	["Forum Siréas", "http://www.sireas.be/pages/spip.php?article259"],
	["Dernière minute", "http://www.sireas.be/pages/spip.php?article410"],
	["Agenda des <br>activités", "http://www.sireas.be/pages/spip.php?page=agen_mensuel&id_rubrique=3", "efc"],
	["Communauté de <br> pratique", "http://cp.sireas.be"],
	["<hr>T-forever", "http://www.t-forever.be", "efc"],
	["<hr>Sydonie", "http://www.sireas.be/pages/spip.php?page=formations_professionnelles&id_article=499"]
	
 //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]
