var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Divan beds',
        'bIsWebPath':true,
        'sUrl':'divanbeds.html'
    },
    {   'sTitle':'Bedsteads',
        'bIsWebPath':true,
        'sUrl':'bedsteads.html'
    },
    {   'sTitle':'Childrens beds',
        'bIsWebPath':true,
        'sUrl':'childrensbeds.html'
    },
    {   'sTitle':'Adjustable beds',
        'bIsWebPath':true,
        'sUrl':'adjustablebeds.html'
    },
    {   'sTitle':'Guest beds',
        'bIsWebPath':true,
        'sUrl':'guestbeds.html'
    },
    {   'sTitle':'Sofa beds',
        'bIsWebPath':true,
        'sUrl':'sofabeds.html'
    },
    {   'sTitle':'Mattresses',
        'bIsWebPath':true,
        'sUrl':'mattress.html',"childArray" : [
        {   'sTitle':'Open coil',
            'bIsWebPath':true,
            'sUrl':'opencoil.html'
        },
        {   'sTitle':'Pocket sprung',
            'bIsWebPath':true,
            'sUrl':'pocketsprung.html'
        },
        {   'sTitle':'Memory foam',
            'bIsWebPath':true,
            'sUrl':'memoryfoam.html'
        }]
    },
    {   'sTitle':'Mattress protectors',
        'bIsWebPath':true,
        'sUrl':'mattressprotectors.html'
    },
    {   'sTitle':'Headboards',
        'bIsWebPath':true,
        'sUrl':'headboards.html'
    }]
},
{   'sTitle':'Custom beds & bedding',
    'bIsWebPath':true,
    'sUrl':'custombedsandbedding.html',"childArray" : [
    {   'sTitle':'Custom Bed Sizes',
        'bIsWebPath':true,
        'sUrl':'custombedsizes.html'
    }]
},
{   'sTitle':'Natural fibre Beds',
    'bIsWebPath':true,
    'sUrl':'naturalfibrebeds.html',"childArray" : [
    {   'sTitle':'Why Natural Fibres',
        'bIsWebPath':true,
        'sUrl':'whynaturalfibres.html'
    }]
},
{   'sTitle':'Bed guide',
    'bIsWebPath':true,
    'sUrl':'bedguide.html',"childArray" : [
    {   'sTitle':'Bed M.O.T.',
        'bIsWebPath':true,
        'sUrl':'bedmot.html'
    }]
},
{   'sTitle':'FAQ\'s',
    'bIsWebPath':true,
    'sUrl':'faq\'s.html'
},
{   'sTitle':'Find us',
    'bIsWebPath':true,
    'sUrl':'findus.html'
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
