var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Team',
    bIsWebPath:true,
    sUrl:'team.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Plymouth Womens Team',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'team.html',
        sTarget:'_self'
    },
    {   sTitle:'Plymouth Volleyball Club Forum',
        bIsExternal:true,
        sUrl:'http://www.entropic.hostoi.com/forum/'
    }]
},
{   sTitle:'Fixtures',
    bIsWebPath:true,
    sUrl:'fixtures.html',
    sTarget:'_self'
},
{   sTitle:'Results',
    bIsWebPath:true,
    sUrl:'results.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsExternal:true,
    sUrl:'http://www.plymouthvolleyball.co.uk/gallery/gallery.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'English Volleyball Association',
        bIsExternal:true,
        sUrl:'http://www.volleyballengland.org/',
        sTarget:'_self'
    },
    {   sTitle:'Southwest Volleyball Association',
        bIsExternal:true,
        sUrl:'http://www.swva.org.uk/',
        sTarget:'_self'
    },
    {   sTitle:'Division 2 South League Table',
        bIsExternal:true,
        sUrl:'http://www.volleyballengland.org/National_League/womens_2_south.php'
    }]
}]
});
