var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'[  Home  ]',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Corporation',
    bIsWebPath:true,
    sUrl:'corporation.html',"childArray" : [
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html',"childArray" : [
        {   sTitle:'Job Opportunities',
            bIsWebPath:true,
            sUrl:'opportunities.html'
        }]
    },
    {   sTitle:'Agencies',
        bIsWebPath:true,
        sUrl:'govagencies.html'
    },
    {   sTitle:'Business Partners',
        bIsWebPath:true,
        sUrl:'busparts.html'
    },
    {   sTitle:'Vendors',
        bIsWebPath:true,
        sUrl:'suppliers.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'availserv.html',"childArray" : [
    {   sTitle:'Scaling',
        bIsWebPath:true,
        sUrl:'logscaling.html'
    },
    {   sTitle:'Check Scaling',
        bIsWebPath:true,
        sUrl:'ckscales.html'
    },
    {   sTitle:'Data Recorders',
        bIsWebPath:true,
        sUrl:'datarcdrs.html'
    },
    {   sTitle:'DP Support',
        bIsWebPath:true,
        sUrl:'datasupport.html'
    },
    {   sTitle:'Current Rates',
        bIsWebPath:true,
        sUrl:'currrates.html'
    }]
}]
});
