var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About me',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Animals',
        bIsWebPath:true,
        sUrl:'animals.html'
    },
    {   sTitle:'Nature',
        bIsWebPath:true,
        sUrl:'nature.html'
    },
    {   sTitle:'People',
        bIsWebPath:true,
        sUrl:'people.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
