var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus/index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Why Choose Us',
        bIsWebPath:true,
        sUrl:'aboutus/whychooseus.html',
        sTarget:'_self'
    },
    {   sTitle:'Our Business Core Values',
        bIsWebPath:true,
        sUrl:'aboutus/ourbusinesscorevalues.html',
        sTarget:'_self'
    }]
},
{   sTitle:'In-house Programs',
    bIsWebPath:true,
    sUrl:'inhouseprograms/index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Our Approach',
        bIsWebPath:true,
        sUrl:'inhouseprograms/ourapproach.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Public Workshops',
    bIsWebPath:true,
    sUrl:'publicworkshops/index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About Our Workshops',
        bIsWebPath:true,
        sUrl:'publicworkshops/aboutourworkshops.html',
        sTarget:'_self'
    },
    {   sTitle:'Register Online',
        bIsWebPath:true,
        sUrl:'register/index.html',
        sTarget:'_self'
    },
    {   sTitle:'ThankYou',
        bIsWebPath:true,
        sUrl:'register/ThankYou.html',
        sTarget:'_self'
    },
    {   sTitle:'Workshop Payment',
        bIsWebPath:true,
        sUrl:'publicworkshops/workshoppayment.html',
        sTarget:'_self'
    },
    {   sTitle:'Terms and Conditions',
        bIsWebPath:true,
        sUrl:'publicworkshops/termsandconditions.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Trainix Privilege Club',
    bIsWebPath:true,
    sUrl:'club/index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Becoming a Member',
        bIsWebPath:true,
        sUrl:'club/becomingamember.html',
        sTarget:'_self'
    },
    {   sTitle:'Frequently Asked Questions',
        bIsWebPath:true,
        sUrl:'club/faq.html',
        sTarget:'_self'
    },
    {   sTitle:'Terms and Conditions',
        bIsWebPath:true,
        sUrl:'club/clubtermsconditions.html',
        sTarget:'_self'
    },
    {   sTitle:'Join now',
        bIsWebPath:true,
        sUrl:'apply/index.html',
        sTarget:'_self'
    },
    {   sTitle:'thankyouTPC',
        bIsWebPath:true,
        sUrl:'club/ThankYou.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus/index.html',
    sTarget:'_self'
}]
});
