var MENU_ITEMS = [
['ABOUT US','http://www.ibcrf.org/contentPage.cfm?ID=1',null,
['Our History','http://www.ibcrf.org/OurHistory.cfm',null
],['Our Mission','http://www.ibcrf.org/OurMission.cfm',null
],['Our Directors','http://www.ibcrf.org/OurDirectors.cfm',null
],['Our Scientific Director','http://www.ibcrf.org/OurScientificDirector.cfm',null
],],['CONTACT US','http://www.ibcrf.org/ContactUs.cfm',null
],['CONTRIBUTE','http://www.ibcrf.org/Contribute.cfm',null
],['GLOBAL HEALTH','http://www.ibcrf.org/GlobalHealth.cfm',null
],['OUR RESEARCH','http://www.ibcrf.org/OurResearch.cfm',null,
['About Our Research','http://www.ibcrf.org/AboutOurResearch.cfm',null
],['Philosophy','http://www.ibcrf.org/Philosophy.cfm',null
],['Public Health Goals','http://www.ibcrf.org/PublicHealthGoals.cfm',null
],['Clinical Practice Guidelines','http://www.ibcrf.org/ClinicalPracticeGuidelines.cfm',null
],['Research Themes','http://www.ibcrf.org/ResearchThemes.cfm',null,
['Surgical Stress/Timing','http://www.ibcrf.org/SurgicalStressTiming.cfm',null
],['Hormonal Therapies','http://www.ibcrf.org/HormonalTherapies.cfm',null
],['Causes in Diverse Populations','http://www.ibcrf.org/CausesInDiversePopulations.cfm',null
],['Assuring Breast Cancer Care in a Low Income Country','http://www.ibcrf.org/AssuringBreastCancerCareInALowIncomeCountry.cfm',null
],['Consanguinity And The Risk of Breast Cancer','http://www.ibcrf.org/ConsanguinityAndTheRiskOfBreastCancer.cfm',null
],],['Research Investigators','http://www.ibcrf.org/ResearchInvestigators.cfm',null
],],['NEWS','http://www.ibcrf.org/News.cfm',null,
['News Releases','http://www.ibcrf.org/NewsReleases.cfm',null
],['Pot Song Premiers','http://www.ibcrf.org/PotSongPremiers.cfm',null
],['Newsletters','http://www.ibcrf.org/Newsletters.cfm',null
],['New Palliative Care Study','http://www.ibcrf.org/NewPalliativeCareStudy.cfm',null
],],['PUBLISHED WORKS','http://www.ibcrf.org/PublishedWorks.cfm',null
],['EVENTS','http://www.ibcrf.org/Events.cfm',null
],['FAQs','http://www.ibcrf.org/FrequentlyAskedQuestions.cfm',null
],];
function wrap (text, innerDefault, innerHover, innerClicked,outerDefault, outerHover, outerClicked) {
return [
'<table class='+outerDefault+'><tr><td><table class='+innerDefault+'><tr><td>&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table class='+outerHover+'><tr><td><table class='+innerHover+'><tr><td>&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table class='+outerClicked+'><tr><td><table class='+innerClicked+'><tr><td>&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
];
}