var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',
    sTarget:'_self'
},
{   sTitle:'Consulting',
    bIsWebPath:true,
    sUrl:'consulting.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'APS',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    },
    {   sTitle:'Design & Engineering',
        bIsWebPath:true,
        sUrl:'design & engineering.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Purchasing',
    bIsWebPath:true,
    sUrl:'purchasing.html',
    sTarget:'_self'
},
{   sTitle:'Manufacturing',
    bIsWebPath:true,
    sUrl:'manufacturing.html',
    sTarget:'_self'
},
{   sTitle:'Testing',
    bIsWebPath:true,
    sUrl:'testing.html',
    sTarget:'_self'
},
{   sTitle:'Shipping & Installations',
    bIsWebPath:true,
    sUrl:'shipping & installations.html',
    sTarget:'_self'
},
{   sTitle:'Exterior Projects',
    bIsWebPath:true,
    sUrl:'exterior projects.html',
    sTarget:'_self'
},
{   sTitle:'Interior Projects',
    bIsWebPath:true,
    sUrl:'interior projects.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html',
    sTarget:'_self'
}]
});