var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sDescription:'Business - IT alignment services offered by StrAIT Advisors',
        sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html'
    }]
},
{   sTitle:'Why StrAIT Advisors',
    bIsWebPath:true,
    sUrl:'whysa.html',"childArray" : [
    {   sDescription:'Business IT Alignment (BITA) Triage is a fast, low fixed fee engagement which uses a targeted Voice of the Customer survey and a communications assessment to provide an inital qualitative assessment of BITA project opportunities.',
        sTitle:'BITA Triage',
        bIsWebPath:true,
        sUrl:'triage.html'
    },
    {   sTitle:'Control Systems',
        bIsWebPath:true,
        sUrl:'Controls.html'
    },
    {   sTitle:'Alignment',
        bIsWebPath:true,
        sUrl:'alignment.html'
    }]
},
{   sTitle:'Methodology',
    bIsWebPath:true,
    sUrl:'methodology.html',"childArray" : [
    {   sTitle:'Iterations',
        bIsWebPath:true,
        sUrl:'iterations.html'
    },
    {   sTitle:'Components',
        bIsWebPath:true,
        sUrl:'components.html'
    },
    {   sTitle:'Project Mgmt',
        bIsWebPath:true,
        sUrl:'project mgmt.html'
    },
    {   sTitle:'Diagram',
        bIsWebPath:true,
        sUrl:'Diagram.html'
    }]
},
{   sTitle:'Savings',
    bIsWebPath:true,
    sUrl:'savings.html'
},
{   sTitle:'Engagements',
    bIsWebPath:true,
    sUrl:'engagements.html',"childArray" : [
    {   sTitle:'Tools',
        bIsWebPath:true,
        sUrl:'tools.html'
    },
    {   sTitle:'Typical Team',
        bIsWebPath:true,
        sUrl:'team.html'
    }]
},
{   sTitle:'Blog+',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    }]
}]
});