var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'The Flock',
    bIsWebPath:true,
    sUrl:'theflock.html'
},
{   sTitle:'Wildlife',
    bIsWebPath:true,
    sUrl:'wildlife.html',
    sTarget:'_self'
},
{   sTitle:'Other Stuff',
    bIsWebPath:true,
    sUrl:'otherstuff.html',
    sTarget:'_self'
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html',
    sTarget:'_self'
},
{   sTitle:'Print Shop',
    bIsWebPath:true,
    sUrl:'printshop.html'
},
{   sTitle:'Diary',
    bIsWebPath:true,
    sUrl:'diary.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});