
var LEFTMENU_ITEMS = [ 
    ["Home", 'index.php', null ] , 
    ["Hot Topics", 'cat/1', null ,   
        ["Chamber Exchange Classifieds", 'goto/ChamberExchange', null ] , 
        ["Chamber and HP In The News", 'goto/InTheNews', null ] , 
        ["Chamber Communicator Articles", 'cat/40', null ,   
            ["Simple Solutions to Increase Mileage and Reduce Your Fuel Cost", 'goto/EcoDriving', null ] , 
            ["Political Action Committee Supports Candidates in the November Election", 'goto/PACSupport08', null ] , 
            ["Peoria Public School Fantastic Facts", 'goto/D150GradRates', null ] , 
            ["Small Business Owners on Marketing and Promotion", 'goto/SmallBusPR', null ] , 
            ["State Competitiveness Rankings", 'goto/SCR', 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 Chamber Political Action Committee Candidate Surveys", 'goto/PACSupport', null ] , 
            ["Peoria Area Chamber\'s Support of Peoria Riverfront Museum", 'goto/MuseumSupport', null ] , 
            ["Congratulations to Chamber Member Award Winners - 2009 Better Business Bureau Torch Awards for Busin", 'goto/BBBTorchAwards', null ] , 
            ["Community Leaders Give Thanks", 'goto/2008TGLWrap', null ] , 
            ["Chamber Supports November Referendum to Maintain Current Primary System", 'goto/Referendum08', null ] , 
            ["Congratulations to Chamber Member Award Winners - 2009 Better Business Bureau Torch Awards for Busin", 'goto/BBBTorchAwards', null ] , 
            ["Do the Best Companies Join Chambers of Commerce?", 'goto/BestPlaces', null ] , 
            ["Peoria Area Chamber Positions on Ballot Issues", 'goto/BallotIssues08', null ] , 
            ["Peoria Area Chamber Board Meets With District 150 School Board", 'goto/D150BoardMtg', null ] , 
            ["Help Make Peoria a Better Place to Live, Work and Play", 'goto/PlanPeoriaSurvey', null ] , 
            ["2009 Business Showcase Sponsorship Opportunities", 'goto/BSSponsorOpps', null ]  
        ], 
        ["Tom Connor Award To Be Presented at Community Thanksgiving Luncheon", 'goto/TomConnor', 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 ,   
        ["Event Registration", 'register', null ] , 
        ["State of the City Address", 'goto/StateoftheCity', null ] , 
        ["The Economic Situation: A National Overview and Local Update", 'goto/EconSit', null ] , 
        ["Business Showcase 2009", 'goto/BusinessShowcase', null ] , 
        ["NOVUS for Entrepreneurs", 'goto/NOVUS', null ] , 
        ["2008 Manufacturing & Wholesale Distribution Summit", 'goto/RSMEvent', null ] , 
        ["Events Calendar", 'calendar', null ] , 
        ["Submit Things to Do", '/forms/thingstodo.php', 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 ] , 
            ["Volunteer Opportunities", 'goto/Volunteer', 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 2009", '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);