var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Standings',
    bIsWebPath:true,
    sUrl:'standings.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Aerial View',
        bIsWebPath:true,
        sUrl:'aerial.html'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',"childArray" : [
        {   sTitle:'Archive',
            bIsWebPath:true,
            sUrl:'archive.html',"childArray" : [
            {   sTitle:'Photos',
                bIsWebPath:true,
                sUrl:'photos.html'
            }]
        }]
    },
    {   sTitle:'Rules',
        bIsWebPath:true,
        sUrl:'rules.html',"childArray" : [
        {   sTitle:'Pace of Play',
            bIsWebPath:true,
            sUrl:'paceofplay.html'
        },
        {   sTitle:'CZAR Rules',
            bIsWebPath:true,
            sUrl:'czar.html'
        }]
    }]
},
{   sTitle:'Players',
    bIsWebPath:true,
    sUrl:'players.html',"childArray" : [
    {   sTitle:'Substitutes',
        bIsWebPath:true,
        sUrl:'substitutes.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});