var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Allan Breeze is a professional wedding and portrait photographer offering stylish wedding and portrait photography throughout  Sussex, Hampshire and the UK',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Wedding services and online gallery',
    sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sDescription:'wedding photography gallery from Allan Breeze',
    sTitle:'Wedding Gallery ',
    bIsWebPath:true,
    sUrl:'wedding-photography-gallery.html'
},
{   sTitle:'Portrait Gallery',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'prices.html',"childArray" : [
    {   sTitle:'Wedding Packages',
        bIsWebPath:true,
        sUrl:'wedding-packages.html'
    },
    {   sTitle:'Portrait Prices',
        bIsWebPath:true,
        sUrl:'portrait-prices.html'
    },
    {   sTitle:'Reprint Prices',
        bIsWebPath:true,
        sUrl:'reprint-prices.html'
    },
    {   sTitle:'Album Details',
        bIsWebPath:true,
        sUrl:'album-details.html'
    }]
},
{   sTitle:'Client Area',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});