var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Home page of BJ Photography',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Civil Partnerships',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Portraits',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Animal & Wildlife',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Commercial Imaging',
        bIsWebPath:true,
        sUrl:'page17.html'
    }]
},
{   sTitle:'Visit Our Image Galleries',
    bIsExternal:true,
    sUrl:'http://www.barbjeffgallery.bj-photography.com',
    sTarget:'_blank'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page11.html'
}]
});
