var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'People',
        bIsWebPath:true,
        sUrl:'people.html'
    },
    {   sTitle:'Places',
        bIsWebPath:true,
        sUrl:'places.html'
    },
    {   sTitle:'Things',
        bIsWebPath:true,
        sUrl:'things.html'
    }]
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'about me.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact me.html'
},
{   sTitle:'Login',
    bIsWebPath:true,
    sUrl:'login.html'
}]
});