var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'IT Support',
    bIsWebPath:true,
    sUrl:'itsupportbristol.html',"childArray" : [
    {   sTitle:'IT Support Packages',
        bIsWebPath:true,
        sUrl:'supportpackages.html',"childArray" : [
        {   sTitle:'Support Packages Comparison',
            bIsWebPath:true,
            sUrl:'supportcomparison.html'
        }]
    },
    {   sTitle:'PAYG IT Support',
        bIsWebPath:true,
        sUrl:'paygsupport.html'
    },
    {   sTitle:'Complementary IT Support',
        bIsWebPath:true,
        sUrl:'complimentarysupport.html'
    }]
},
{   sTitle:'Project Consultancy',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Office Relocation & Setup',
        bIsWebPath:true,
        sUrl:'relocation.html'
    }]
},
{   sTitle:'Other Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Cloud Backup',
        bIsWebPath:true,
        sUrl:'backup.html'
    }]
},
{   sTitle:'Case Studies',
    bIsWebPath:true,
    sUrl:'casestudies.html',"childArray" : [
    {   sTitle:'Case Study 1',
        bIsWebPath:true,
        sUrl:'casestudy1.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
