var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'Media',
        bIsWebPath:true,
        sUrl:'media.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Inside the Home',
        bIsWebPath:true,
        sUrl:'home.html'
    },
    {   sTitle:'Office',
        bIsWebPath:true,
        sUrl:'office.html'
    },
    {   sTitle:'Selling your home',
        bIsWebPath:true,
        sUrl:'sellingyourhome.html'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html'
    },
    {   sTitle:'Virtual',
        bIsWebPath:true,
        sUrl:'virtual.html'
    },
    {   sTitle:'Personal Concierge',
        bIsWebPath:true,
        sUrl:'concierge.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Home',
        bIsWebPath:true,
        sUrl:'homephotos.html'
    },
    {   sTitle:'Office',
        bIsWebPath:true,
        sUrl:'officephotos.html'
    },
    {   sTitle:'Events and Occasions',
        bIsWebPath:true,
        sUrl:'eandopohtos.html'
    },
    {   sTitle:'selling your home',
        bIsWebPath:true,
        sUrl:'homestagingphotos.html'
    }]
},
{   sTitle:'Bookings',
    bIsWebPath:true,
    sUrl:'bookings.html',"childArray" : [
    {   sTitle:'Packages',
        bIsWebPath:true,
        sUrl:'packages.html'
    }]
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'   Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
}]
});
