var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html',"childArray" : [
    {   sTitle:'Season 1',
        bIsWebPath:true,
        sUrl:'season_1.html'
    },
    {   sTitle:'Showreels',
        bIsWebPath:true,
        sUrl:'showreels.html'
    },
    {   sTitle:'Squads',
        bIsWebPath:true,
        sUrl:'squads.html',"childArray" : [
        {   sTitle:'Squad Directory',
            bIsWebPath:true,
            sUrl:'squad_directory.html'
        }]
    }]
},
{   sTitle:'Register',
    bIsWebPath:true,
    sUrl:'register.html'
},
{   sTitle:'User Videos',
    bIsWebPath:true,
    sUrl:'coming_soon.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
