var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Landscapes',
    bIsWebPath:true,
    sUrl:'landscapes.html'
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
