
var LEFTMENU_ITEMS = [ 
    ["Home", 'index.php', null ] , 
    ["Hot Topics", 'cat/1', null ,   
        ["Young Professionals Organization of Greater Peoria", 'goto/YPOGP', null ] , 
        ["Electricity Co-op", 'goto/ElectricityCoop', null ] , 
        ["Chamber Exchange Classifieds", 'goto/ChamberExchange', null ] , 
        ["Business Spotlight", 'goto/BusinessSpotlight', null ] , 
        ["Chamber Communicator Articles", 'cat/40', null ,   
            ["Small Business Owners on Marketing and Promotion", 'goto/SmallBusPR', null ] , 
            ["Senate Committee Approves Massive Corporate Income Tax Increase", 'goto/GovernmentAffairs0308', null ] , 
            ["Peoria Public School Fantastic Facts", 'goto/D150GradRates', null ] , 
            ["Peoria Area Chamber\'s Support of Peoria Riverfront Museum", 'goto/MuseumSupport', null ] , 
            ["State Competitiveness Rankings", 'goto/SCR', null ] , 
            ["Stimulating Spending and Growth", 'goto/EconomicStimulus', null ] , 
            ["Women-owned Firms Increase Nearly 20 Percent", 'goto/WomenOwnedFirms', null ] , 
            ["Welcome these new Chamber Members!", 'goto/NewMembers', null ] , 
            ["Top 100 Small Business Podcasts", 'goto/Top100Podcasts', null ] , 
            ["Peoria Area Chamber Representatives Attend Illinois Chamber Legislative Summit", 'goto/LegSummit08', null ] , 
            ["New Data on African-American Entrepreneurship", 'goto/NewData', null ] , 
            ["Do the Best Companies Join Chambers of Commerce?", 'goto/BestPlaces', null ] , 
            ["Camp Invention Comes to Peoria!", 'goto/CampInvention', null ] , 
            ["Ameren Illinois Utilities to Hold PowerSwitch Expo at Carver Community Center", 'goto/AmerenMITK', null ] , 
            ["Education and Tech Entrepreneurship", 'goto/EdTechEntre', null ] , 
            ["Help Make Peoria a Better Place to Live, Work and Play", 'goto/PlanPeoriaSurvey', null ] , 
            ["Moon Walk 2008: Take the Challenge!", 'goto/MoonWalk08', null ] , 
            ["Message from the Illinois Chamber President 10222007", 'goto/PresidentsMessage10222007', null ] , 
            ["Member in the Know - Supreme Court Ruling on Retirement Plans Plays in Peoria", 'goto/MITKABG', null ] , 
            ["2008 Business Showcase - A Success!", 'goto/ShowcaseWrap08', null ]  
        ], 
        ["May Member Benefit - NEW ADVERTISER OFFER FOR Chamber Members", 'goto/MediaBuy', null ] , 
        ["Nominations Requested for 25 Women in Leadership", 'goto/25Women', null ] , 
        ["The Chamber Communicator", 'goto/Communicator', null ] , 
        ["The Chamber Report", 'goto/ChamberReport', null ] , 
        ["Legislative Directory", 'cat/30', null ,   
            ["Peoria City Council and City Officials", 'goto/PeoriaCityCouncilandCityOfficials', null ] , 
            ["Peoria County Board", 'goto/PeoriaCountyBoard', null ] , 
            ["Tazewell County Board", 'goto/TazewellCountyBoard', null ] , 
            ["Woodford County Board", 'goto/WoodfordCountyBoard', null ] , 
            ["Illinois General Assembly", 'goto/IllinoisGeneralAssembly', null ] , 
            ["Illinois State Officials", 'goto/IllinoisStateOfficials', null ] , 
            ["Central Illinois Congressional Delegation", 'goto/CentralIllinoisCongressionalDelegation', null ]  
        ] 
    ], 
    ["Events and Registration", 'cat/2', null ,   
        ["NOVUS for Entrepreneurs", 'goto/NOVUS', null ] , 
        ["OSF HealthCare Peoria Chamber Golf Outing", 'goto/GolfOuting', null ] , 
        ["State, Local Business and Labor Interests Highlight Economic Impact of Transportation Investment", 'goto/TransBrief', null ] , 
        ["Event Registration", 'register', null ] , 
        ["Lunch N Learn Series", 'goto/LunchNLearn', null ] , 
        ["Advertising 2008 - \"New Perspectives, Prescriptions & One Magic Trick!\"", 'goto/WizardofAds', null ] , 
        ["Submit Things to Do", '/forms/thingstodo.php', null ] , 
        ["Events Calendar", 'calendar', null ] , 
        ["2008 Washington Fly-In", 'goto/WFI2008', null ] , 
        ["Chamber Membership Benefits Review", 'goto/ChamberMembershipBenefitsReview', null ] , 
        ["Business After Hours", 'goto/BusinessAfterHours', null ] , 
        ["CEO Roundtable", 'goto/CEORoundtable', null ]  
    ], 
    ["About Peoria", 'cat/18', null ,   
        ["Welcome To The Greater Peoria Region", 'goto/Welcome', null ] , 
        ["Peoria Area News & Weather", 'goto/NewsWeather', null ]  
    ], 
    ["About Us", 'cat/3', null ,   
        ["Meet Your Chamber Ambassadors", 'goto/Ambassadors', null ] , 
        ["Contact Us", 'goto/contact', null ] , 
        ["Chamber Programs & Services", 'cat/25', null ,   
            ["Political Involvement & Business Advocacy", 'goto/Political', null ] , 
            ["Networking Opportunities", 'goto/Networking', null ] , 
            ["Educational Partnerships", 'goto/EducationalPartnerships', null ] , 
            ["Business Promotion", 'goto/Promotion', null ] , 
            ["Business Information Services", 'goto/conduit', null ]  
        ], 
        ["Mission and Value Proposition", 'goto/mission', null ] , 
        ["Board of Directors", 'goto/7', null ] , 
        ["Business Resource Services", 'goto/BusinessResourceServices', null ] , 
        ["Heartland Partnership", 'cat/22', null ,   
            ["Heartland Partnership Home Page", 'http://www.heartlandpartnership.org/', {'tw':'_blank'} ]  
        ], 
        ["Peoria Chamber Political Action Committee", 'goto/PoliticalActionCommittee', null ]  
    ], 
    ["Business Directory", 'directory/', null ] , 
    ["Join Now", 'cat/29', null ,   
        ["Benefits of Membership", 'goto/benefits2', null ] , 
        ["Membership Application", 'forms/membership.php', null ] , 
        ["I Want to Learn More", 'forms/learnmore.php', null ]  
    ], 
    ["Leadership", 'cat/42', null ,   
        ["Leadership Recognition", 'goto/Leadership', null ] , 
        ["Community Leadership School 2008", 'goto/cls', null ]  
    ], 
    ["Members Only (Log In)", 'http://www.peoriachamber.org/members/', null ]  
];
// Load menu now that we for sure have it
new menu (LEFTMENU_ITEMS, LEFTMENU_POS);