var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'our work',
    bIsWebPath:true,
    sUrl:'ourwork.html',"childArray" : [
    {   sTitle:'Basement Development Gallery',
        bIsWebPath:true,
        sUrl:'basementdevo gallery.html'
    },
    {   sTitle:'Custom Built-Ins Gallery',
        bIsWebPath:true,
        sUrl:'cbgallery.html'
    },
    {   sTitle:'Renovations Gallery',
        bIsWebPath:true,
        sUrl:'reno gallery.html'
    },
    {   sTitle:'Decks & Fences Gallery',
        bIsWebPath:true,
        sUrl:'outdoorgallery.html'
    }]
},
{   sTitle:'testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'resources',
    bIsWebPath:true,
    sUrl:'resources.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
