var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Weddings',
    'bIsExternal':true,
    'sUrl':'http://www.weddings.peteranslow.com',
    'sTarget':'_blank'
},
{   'sTitle':'Portraits',
    'bIsWebPath':true,
    'sUrl':'portraits.html'
},
{   'sTitle':'Civil Ceremonies',
    'bIsWebPath':true,
    'sUrl':'civilceremony.html'
},
{   'sDescription':'Christening Photography',
    'sTitle':'Christenings',
    'bIsWebPath':true,
    'sUrl':'christenings.html'
},
{   'sTitle':'Model Portfolios',
    'bIsWebPath':true,
    'sUrl':'modelportfolios.html'
},
{   'sTitle':'Commercial',
    'bIsWebPath':true,
    'sUrl':'commercial.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://photographerlancashire.wordpress.com/author/photographerlancashire/',
    'sTarget':'_blank'
},
{   'sTitle':'Map',
    'bIsWebPath':true,
    'sUrl':'map.html'
}]
});
