var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Portraiture',
    bIsWebPath:true,
    sUrl:'portraiture.html',"childArray" : [
    {   sTitle:'Bumps & Babies',
        bIsWebPath:true,
        sUrl:'b&b.html'
    }]
},
{   sTitle:'Fine Art',
    bIsWebPath:true,
    sUrl:'fine art.html'
},
{   sTitle:'Commericial',
    bIsWebPath:true,
    sUrl:'commericial.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Client Area',
    bIsWebPath:true,
    sUrl:'page13.html',"childArray" : [
    {   sTitle:'Client Area Portraiture',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Client Area Weddings',
        bIsWebPath:true,
        sUrl:'page18.html'
    }]
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});