var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About The Builder',
    bIsWebPath:true,
    sUrl:'aboutthebuilder.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Completed Projects',
        bIsWebPath:true,
        sUrl:'completed.html',
        sTarget:'_self'
    },
    {   sTitle:'Available Projects',
        bIsWebPath:true,
        sUrl:'available.html',
        sTarget:'_self'
    },
    {   sTitle:'Projects Under Construction',
        bIsWebPath:true,
        sUrl:'projectsunderconstruction.html',
        sTarget:'_self'
    },
    {   sTitle:'Future Projects',
        bIsWebPath:true,
        sUrl:'future.html',
        sTarget:'_self'
    }]
},
{   sTitle:'The Design/Build Process',
    bIsWebPath:true,
    sUrl:'designbuildprocess.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html',
    sTarget:'_self'
},
{   sTitle:'Press',
    bIsWebPath:true,
    sUrl:'press.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
