
var LEFTMENU_ITEMS = [ 
    ["Home", '/', null ] , 
    ["Learn About TransPORT", 'cat/2', null ,   
        ["History of TransPORT", 'goto/19', null ] , 
        ["Board of Directors", 'goto/board', null ] , 
        ["About our Waterway", 'goto/waterway', null ] , 
        ["Transportation Options", 'goto/transportationoptions', null ] , 
        ["Recent Presentations", 'goto/presentations', null ] , 
        ["Receive TransPORT e-news", 'goto/signup', null ]  
    ], 
    ["Do Business with TransPORT", 'cat/1', null ,   
        ["Foreign Trade Zone #114", 'goto/ftz', null ] , 
        ["Financing with TransPORT", 'goto/finance', null ]  
    ], 
    ["Explore the TransPORT Region", 'cat/3', null ,   
        ["Fulton County", 'goto/22', null ] , 
        ["Marshall County", 'goto/26', null ] , 
        ["Mason County", 'goto/25', null ] , 
        ["Peoria County", 'goto/21', null ] , 
        ["Tazewell County", 'goto/23', null ] , 
        ["Woodford County", 'goto/24', null ] , 
        ["Cost of doing business", 'goto/wagerates', null ] , 
        ["Regional Links", 'goto/links', null ]  
    ], 
    ["Contact TransPORT", 'goto/contact', null ]  
];
// Load menu now that we for sure have it
new menu (LEFTMENU_ITEMS, LEFTMENU_POS);