var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Laptop Repair & Notebook Repairs Ashford Kent UK',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Motherboard Repair',
        bIsWebPath:true,
        sUrl:'motherboard-repair.html'
    },
    {   sTitle:'Graphics Card Repair',
        bIsWebPath:true,
        sUrl:'graphics-repair.html'
    },
    {   sTitle:'Liquid Spill Repair',
        bIsWebPath:true,
        sUrl:'liquid-spill.htm'
    },
    {   sTitle:'DC Socket Repair',
        bIsWebPath:true,
        sUrl:'dc-socket-repair.html'
    },
    {   sTitle:'Laptop housing & hinge Repair',
        bIsWebPath:true,
        sUrl:'housing-repair.html'
    },
    {   sTitle:'Laptop Screen Repair',
        bIsWebPath:true,
        sUrl:'screen-repair.html'
    },
    {   sTitle:'Backlight Repair',
        bIsWebPath:true,
        sUrl:'backlight-repair.html'
    },
    {   sTitle:'Software & Virus Repair',
        bIsWebPath:true,
        sUrl:'software-virus-repair.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Shipping',
    bIsWebPath:true,
    sUrl:'shipping.html',"childArray" : [
    {   sTitle:'Collection',
        bIsWebPath:true,
        sUrl:'collection.htm'
    }]
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
}]
});
