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 Directors','http://www.ibcrf.org/OurScientificDirectors.cfm',null
],],['CONTACT US','http://www.ibcrf.org/contentPage.cfm?ID=65',null
],['CONTRIBUTE','http://www.ibcrf.org/Contribute.cfm',null,
['Bangles for Breast Cancer','http://www.ibcrf.org/BanglesForBreastCancer.cfm',null
],],['GLOBAL HEALTH','http://www.ibcrf.org/contentPage.cfm?ID=66',null
],['OUR RESEARCH','http://www.ibcrf.org/OurResearch.cfm',null,
['Philosophy','http://www.ibcrf.org/contentPage.cfm?ID=63',null
],['Public Health Goals','http://www.ibcrf.org/contentPage.cfm?ID=61',null
],['Portfolio of Projects','http://www.ibcrf.org/ResearchThemes.cfm',null,
['Causation','http://www.ibcrf.org/Causation.cfm',null
],['Biology','http://www.ibcrf.org/Biology.cfm',null
],['Early Detection','http://www.ibcrf.org/Early Detection.cfm',null
],['Treatments After Surgery For Stages I or II Cancer','http://www.ibcrf.org/Treatments After Surgery.cfm',null
],['Locally Advanced (Stage III) Breast Cancer','http://www.ibcrf.org/Locally Advanced (Stage III) Breast Cancer.cfm',null
],['Metastatic (Stage IV) Breast Cancer','http://www.ibcrf.org/Metastatic (Stage IV) Breast Cancer.cfm',null
],['Care For Serious Symptoms','http://www.ibcrf.org/Care for Serious Symptoms.cfm',null
],['Cultural and Social Change for Better Care','http://www.ibcrf.org/Cultural and Social Change for Better Care.cfm',null
],['Population Morbidity and Mortality Change','http://www.ibcrf.org/Population Morbidity and Mortality Change.cfm',null
],],['Clinical Practice Guidelines For A Low Income Country','http://www.ibcrf.org/contentPage.cfm?ID=60',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>'
];
}