var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Profile',
    bIsWebPath:true,
    sUrl:'profile.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'backing',
        bIsWebPath:true,
        sUrl:'backing.html'
    },
    {   sTitle:'Schooling',
        bIsWebPath:true,
        sUrl:'schooling.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
