var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Malcolm Long - jeweller and artistic engraver based in Boroughbridge North Yorkshire',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Engraving',
        'bIsWebPath':true,
        'sUrl':'engraving.html'
    },
    {   'sTitle':'Carving',
        'bIsWebPath':true,
        'sUrl':'carving.html'
    },
    {   'sTitle':'Portrait and Memorial',
        'bIsWebPath':true,
        'sUrl':'portrait-and-memorial.html'
    },
    {   'sTitle':'Gun Work',
        'bIsWebPath':true,
        'sUrl':'gun-work.html'
    },
    {   'sTitle':'Seals and Crests',
        'bIsWebPath':true,
        'sUrl':'seals-and-crests.html'
    },
    {   'sTitle':'Jewellery',
        'bIsWebPath':true,
        'sUrl':'jewellery.html'
    }]
},
{   'sTitle':'Jewellery For Sale',
    'bIsWebPath':true,
    'sUrl':'jewellery-for-sale.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
