var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Applications',
        bIsWebPath:true,
        sUrl:'applications.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'Products / Services',
        bIsWebPath:true,
        sUrl:'products.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'Rates',
        bIsWebPath:true,
        sUrl:'rates.html'
    },
    {   sTitle:'Fees',
        bIsWebPath:true,
        sUrl:'fees.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'Calculators',
        bIsWebPath:true,
        sUrl:'calculators.html'
    },
    {   sTitle:'Local Sports',
        bIsWebPath:true,
        sUrl:'sports.html'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.html'
    },
    {   sTitle:'Wiring Instructions',
        bIsWebPath:true,
        sUrl:'wiring.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Financials',
    bIsWebPath:true,
    sUrl:'financials.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html'
}]
});
