var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'KITCHENS',
    'bIsWebPath':true,
    'sUrl':'kitchens_preston.html',"childArray" : [
    {   'sTitle':'TRADITIONAL',
        'bIsWebPath':true,
        'sUrl':'traditional.html'
    },
    {   'sTitle':'CONTEMPORARY',
        'bIsWebPath':true,
        'sUrl':'kitchens_lancaster.html'
    }]
},
{   'sTitle':'APPLIANCES',
    'bIsWebPath':true,
    'sUrl':'appliances.html'
},
{   'sTitle':'BEDROOMS',
    'bIsWebPath':true,
    'sUrl':'bedrooms_preston.html',"childArray" : [
    {   'sTitle':'SLIDING ROBES',
        'bIsWebPath':true,
        'sUrl':'bedrooms_lancaster.html'
    },
    {   'sTitle':'HINGED ROBES',
        'bIsWebPath':true,
        'sUrl':'fitted_bedrooms_preston.html'
    }]
},
{   'sTitle':'BATHROOMS',
    'bIsWebPath':true,
    'sUrl':'bathrooms_preston.html'
},
{   'sTitle':'SHOWROOMS',
    'bIsWebPath':true,
    'sUrl':'showrooms.html',"childArray" : [
    {   'sTitle':'PRESTON',
        'bIsWebPath':true,
        'sUrl':'showroom_kitchens_preston.html'
    },
    {   'sTitle':'LANCASTER',
        'bIsWebPath':true,
        'sUrl':'showroom_kitchens_lancaster.html'
    }]
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
