var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sky',
    bIsWebPath:true,
    sUrl:'sky.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Working Practice',
        bIsWebPath:true,
        sUrl:'working practice.html'
    },
    {   sTitle:'Our Clients',
        bIsWebPath:true,
        sUrl:'clients.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Satellite  Broadband',
        bIsWebPath:true,
        sUrl:'satellite-broadband.html'
    },
    {   sTitle:'fibre',
        bIsWebPath:true,
        sUrl:'fibre.html',"childArray" : [
        {   sTitle:'fibre large1',
            bIsWebPath:true,
            sUrl:'fibre large1.html'
        },
        {   sTitle:'fibre large2',
            bIsWebPath:true,
            sUrl:'fibre large2.html'
        }]
    },
    {   sTitle:'Dab',
        bIsWebPath:true,
        sUrl:'dab.html'
    },
    {   sTitle:'Phone systems',
        bIsWebPath:true,
        sUrl:'phonesystems.html'
    },
    {   sTitle:'CCTV',
        bIsWebPath:true,
        sUrl:'cctv.html'
    }]
},
{   sTitle:'Domestic',
    bIsWebPath:true,
    sUrl:'domestic.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
