var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page10.html',"childArray" : [
    {   'sTitle':'Pet Portraits',
        'bIsWebPath':true,
        'sUrl':'pet portraits.html'
    },
    {   'sTitle':'Wildlife Portraits',
        'bIsWebPath':true,
        'sUrl':'wildlife portraits.html'
    },
    {   'sTitle':'Portraits',
        'bIsWebPath':true,
        'sUrl':'portraits.html'
    },
    {   'sTitle':'Hot off the Drawing Board',
        'bIsWebPath':true,
        'sUrl':'hot of the drawing board.html'
    },
    {   'sTitle':'Contemporary Landscapes',
        'bIsWebPath':true,
        'sUrl':'contemporarylandscapes.html'
    }]
},
{   'sTitle':'Portrait Shop',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Prints&Cards',
    'bIsWebPath':true,
    'sUrl':'page11.html',"childArray" : [
    {   'sTitle':'Postcards',
        'bIsWebPath':true,
        'sUrl':'postcards.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://blog.raspberrydoodles.co.uk/',
    'sTarget':'_self'
}]
});
