var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'Our Charges',
        bIsWebPath:true,
        sUrl:'charges.html'
    },
    {   sTitle:'Useful Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Beckford',
        bIsWebPath:true,
        sUrl:'beckford.html'
    }]
},
{   sTitle:'Services Offered',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Repairs/Upgrades',
        bIsWebPath:true,
        sUrl:'repairs.html'
    },
    {   sTitle:'Repair Windows',
        bIsWebPath:true,
        sUrl:'operatingsys.html'
    },
    {   sTitle:'Internet',
        bIsWebPath:true,
        sUrl:'internetaccess.html'
    },
    {   sTitle:'SOHO',
        bIsWebPath:true,
        sUrl:'networking.html'
    },
    {   sTitle:'Advice/Tuition',
        bIsWebPath:true,
        sUrl:'advicetuition.html'
    },
    {   sTitle:'Photography',
        bIsWebPath:true,
        sUrl:'digphoto.html'
    },
    {   sTitle:'Website Design',
        bIsWebPath:true,
        sUrl:'websitedesign.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});