var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Crewe Funeral Services,  part of a co-operate of local funeral directors, with Drakeleys Funeral Directors and Cycle of Life Funeral Services providing woodland and natural burials.',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Payments',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Costs explained',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Pre-Payment',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Social Fund',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'Useful Numbers',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
