var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sDescription:'Pamas Property Services, providing all services you need for your property, from small handyman jobs to complete renovation work.',
    sTitle:'Services',
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Bathroom',
        sUrl:'bathroom.html'
    },
    {   sTitle:'Kitchen',
        sUrl:'kitchen.html',"childArray" : [
        {   sTitle:'Kitchen Services',
            sUrl:'kitchen services.html'
        },
        {   sTitle:'Customer service',
            sUrl:'customer service.html'
        },
        {   sTitle:'kitchen planning',
            sUrl:'planning.html'
        },
        {   sTitle:'remodeling hint',
            sUrl:'remodeling.html'
        },
        {   sTitle:'kitchen range',
            sUrl:'kitchen_range.html'
        }]
    },
    {   sTitle:'Refurbishment',
        sUrl:'refurbishment services.html'
    },
    {   sDescription:'Handyman service by profesional maintenance company',
        sTitle:'Maintenance',
        sUrl:'handyman services.html'
    },
    {   sTitle:'Painting & Decorating',
        sUrl:'decorating.html'
    },
    {   sTitle:'Plumbing & Heating',
        sUrl:'plumbing and heating.html'
    },
    {   sTitle:'Tiling',
        sUrl:'tiling service.html'
    },
    {   sTitle:'Cleaning',
        sUrl:'cleaning.html'
    },
    {   sTitle:'Carpentry & Joinery',
        sUrl:'carpentry services.html'
    },
    {   sDescription:'Management Service for properties within London and home county area.',
        sTitle:'Management',
        sUrl:'management.html'
    },
    {   sTitle:'Loft Conversion',
        sUrl:'loft.html'
    }]
},
{   sTitle:'About us',
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'How we work',
        sUrl:'pamas cop.html'
    },
    {   sTitle:'Careers',
        sUrl:'vacancies.html'
    },
    {   sTitle:'References',
        sUrl:'references.html'
    },
    {   sTitle:'FAQ\'s',
        sUrl:'faq\'s.html'
    }]
},
{   sTitle:'Links',
    sUrl:'links.html'
},
{   bSeparatorAfter:true,
    sTitle:'Site Map',
    sUrl:'site map.html'
},
{   sTitle:'Contact Us',
    sUrl:'contact us.html'
}]
});