var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'wasps and bees',
    bIsWebPath:true,
    sUrl:'waspsandbees.html'
},
{   sTitle:'Consultation',
    bIsWebPath:true,
    sUrl:'consultation.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:' Security installations',
        bIsWebPath:true,
        sUrl:'security.html'
    },
    {   sTitle:' Property maintenance ',
        bIsWebPath:true,
        sUrl:'property_maintenance.html'
    },
    {   sTitle:'pest control',
        bIsWebPath:true,
        sUrl:'pest-control.html',"childArray" : [
        {   sTitle:'rat control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page22.html'
        },
        {   sTitle:'pigeon control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page25.html'
        },
        {   sTitle:'wasp control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page23.html'
        },
        {   sTitle:'bed bug  control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page24.html'
        },
        {   sTitle:'squirrel control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page26.html'
        },
        {   sTitle:'ant control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page27.html'
        },
        {   sTitle:'flea control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page28.html'
        },
        {   sTitle:'cockroch control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page29.html'
        },
        {   sTitle:'fly control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page30.html'
        },
        {   sTitle:'fox control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page31.html'
        },
        {   sTitle:'month control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page32.html'
        },
        {   sTitle:'mole control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page33.html'
        },
        {   sTitle:'geese control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page34.html'
        },
        {   sTitle:'rabbit control in stockport and manchester',
            bIsWebPath:true,
            sUrl:'page35.html'
        }]
    },
    {   sTitle:' Garden  maintenance',
        bIsWebPath:true,
        sUrl:'ground_ maintenance.html'
    },
    {   sTitle:' Environmental services ',
        bIsWebPath:true,
        sUrl:'environmental_services.html'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
