var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Standings',
    bIsWebPath:true,
    sUrl:'standings.html',"childArray" : [
    {   sTitle:'Captain & Crew Results',
        bIsWebPath:true,
        sUrl:'captcrew.html'
    },
    {   sTitle:'Best Ball Resuts',
        bIsWebPath:true,
        sUrl:'bestball.html'
    },
    {   sTitle:'Player Statistics',
        bIsWebPath:true,
        sUrl:'stats.html'
    },
    {   sTitle:'Skins',
        bIsWebPath:true,
        sUrl:'skins.html'
    }]
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'Players',
    bIsWebPath:true,
    sUrl:'players.html',"childArray" : [
    {   sTitle:'Substitutes',
        bIsWebPath:true,
        sUrl:'substitutes.html'
    }]
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Rules',
        bIsWebPath:true,
        sUrl:'rules.html'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Archive',
        bIsWebPath:true,
        sUrl:'archive.html',"childArray" : [
        {   sTitle:'Photos',
            bIsWebPath:true,
            sUrl:'photos.html'
        }]
    }]
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html',"childArray" : [
    {   sTitle:'Golf Tips',
        bIsWebPath:true,
        sUrl:'golftips.html'
    },
    {   sTitle:'Humor',
        bIsWebPath:true,
        sUrl:'humor.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});