var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Dogs',
    bIsWebPath:true,
    sUrl:'dog_photography.html'
},
{   sTitle:'Cats',
    bIsWebPath:true,
    sUrl:'cat_photography.html'
},
{   sTitle:'Other',
    bIsWebPath:true,
    sUrl:'other_animal_photography.html'
},
{   sTitle:'Commissions',
    bIsWebPath:true,
    sUrl:'animal_photgraphy_commissions.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
