var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'philosophy',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'studio',
    bIsWebPath:true,
    sUrl:'photography-session.html'
},
{   sTitle:'galleries',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'in the studio',
        bIsWebPath:true,
        sUrl:'studio-gallery.html'
    },
    {   sTitle:'on location',
        bIsWebPath:true,
        sUrl:'location-gallery.html'
    },
    {   sTitle:'pets',
        bIsWebPath:true,
        sUrl:'pets-gallery.html'
    }]
},
{   sTitle:'pricelist',
    bIsWebPath:true,
    sUrl:'prices.html',"childArray" : [
    {   sTitle:'watch me grow',
        bIsWebPath:true,
        sUrl:'watchmegrow.html'
    }]
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'login',
    bIsExternal:true,
    sUrl:'http://flashbangphotography.photoshelter.com/gallery-list',
    sTarget:'_blank'
}]
});
