var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'TFOL Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Prefabricated Orthotics',
        bIsWebPath:true,
        sUrl:'PrefabricatedOrthotics.html',"childArray" : [
        {   sTitle:'FittaFeet Orthotics',
            bIsWebPath:true,
            sUrl:'FittaFeetOrthotics.html',"childArray" : [
            {   sTitle:'FittaFeet Modification',
                bIsWebPath:true,
                sUrl:'FittaFeetModification.html'
            }]
        },
        {   sTitle:'The MedaFeet Unified',
            bIsWebPath:true,
            sUrl:'mfu.html',"childArray" : [
            {   sTitle:'MedaFeet Unified Modification',
                bIsWebPath:true,
                sUrl:'MedafeetUnifiedModification.html'
            }]
        },
        {   sTitle:'The Medafeet MOSI',
            bIsWebPath:true,
            sUrl:'TheMedafeetMOSI.html',"childArray" : [
            {   sTitle:'MedaFeet MOSI Modification',
                bIsWebPath:true,
                sUrl:'Medafeetmosimodification.html'
            }]
        },
        {   sTitle:'Ordering Orthotics',
            bIsWebPath:true,
            sUrl:'orderingorthotics.html',"childArray" : [
            {   sTitle:'The Langer Group',
                bIsWebPath:true,
                sUrl:'physiasupplies.html'
            }]
        }]
    },
    {   sTitle:'Customisable Orthotic Shells',
        bIsWebPath:true,
        sUrl:'Materials.html',"childArray" : [
        {   sTitle:'Manufacturing Guide',
            bIsWebPath:true,
            sUrl:'Foot mouldguide.html'
        },
        {   sTitle:'Training Courses',
            bIsWebPath:true,
            sUrl:'TrainingCourses.html'
        }]
    },
    {   sTitle:'Custom Made Orthotics',
        bIsWebPath:true,
        sUrl:'custommadeorthotics.html'
    }]
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'AboutUs.html',"childArray" : [
    {   sTitle:'The Team',
        bIsWebPath:true,
        sUrl:'TheTeam.html',"childArray" : [
        {   sTitle:'Paul Harradine',
            bIsWebPath:true,
            sUrl:'paulharradine.html'
        }]
    },
    {   sTitle:'The Unified Theory',
        bIsWebPath:true,
        sUrl:'TheUnifiedTheory.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
