var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'portraiture',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'nature',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'architecture',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'motocross',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'sports',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});
