var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses-summary.html',"childArray" : [
    {   sDescription:'C# dotNET Foundation course',
        sTitle:'CSharp dotNET Foundation',
        bIsWebPath:true,
        sUrl:'csharp_dotnet.html'
    },
    {   sTitle:'C# for Windows Phone Foundation',
        bIsWebPath:true,
        sUrl:'csharp_phone_page.html'
    },
    {   sTitle:'Data Modelling &  Database Design',
        bIsWebPath:true,
        sUrl:'data_modelling_page17.html'
    },
    {   sTitle:'Foundation SQL',
        bIsWebPath:true,
        sUrl:'foundation_sql_page19.html'
    },
    {   sTitle:'Delphi for Win32/64 Foundation',
        bIsWebPath:true,
        sUrl:'delphi_win3264_page21.html'
    },
    {   sTitle:'Team Leadership Skills',
        bIsWebPath:true,
        sUrl:'team_leadership_page24.html'
    },
    {   sTitle:'Bespoke & In-House Courses',
        bIsWebPath:true,
        sUrl:'bespoke_page28.html'
    }]
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location-01.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Privacy Policy',
        bIsWebPath:true,
        sUrl:'privacy_page.html'
    },
    {   sTitle:'Terms & Conditions',
        bIsWebPath:true,
        sUrl:'terms_page27.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_page7.html',"childArray" : [
    {   sTitle:'Course Booking Form ',
        bIsWebPath:true,
        sUrl:'booking_form_page30.html'
    }]
}]
});
