var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["What is SEEPP", "what_is_seepp.php"],
	["Supports", "seepp_supports.php"],
	["What SEEPP Offers", "what_seepp_offers.php"],
	["Funding", "funding.php"],
	["Who Can Apply", "who_can_apply.php"],
	["How To Apply", "how_to_apply.php"],
    ["Training", "training.php"],
    ["Incubation Space", "incubation_space.php"],
    ["Mentoring", "mentoring.php"]  //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["Contact Us", "contact_us.php"],
	["Application Form", "application_form.php"],
	["Links", "links.php"]   //no comma following last entry!
]

