var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'Projects.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Current Projects',
        bIsWebPath:true,
        sUrl:'page19.html',
        sTarget:'_self'
    },
    {   sTitle:'Past Projects',
        bIsWebPath:true,
        sUrl:'page18.html',
        sTarget:'_self'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'GalleryProjects.html'
    }]
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'Staff.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'Policies.html'
    },
    {   sTitle:'Accreditations',
        bIsWebPath:true,
        sUrl:'Accreditations.html'
    },
    {   sTitle:'Company Structure',
        bIsWebPath:true,
        sUrl:'Structure.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'Contact.html'
    }]
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'Careers.html'
},
{   sTitle:'Site Induction',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self'
}]
});
