var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sTitle:'Refund Policy',
        bIsWebPath:true,
        sUrl:'page16.html'
    }]
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html',"childArray" : [
    {   sTitle:'Goalkeepers',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'Testmonials',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Winter Soccer',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'Register',
    bIsExternal:true,
    sUrl:'http://www.sportssignup.com/Cardinal-Soccer-Camps-Online-Registration.start'
},
{   sTitle:'Our Coaches',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'European Tours',
    bIsWebPath:true,
    sUrl:'europeantours.html'
}]
});
