var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Open Competitions',
    bIsWebPath:true,
    sUrl:'opens.html'
},
{   sTitle:'Fixture List',
    bIsWebPath:true,
    sUrl:'competitions.html',"childArray" : [
    {   sTitle:'Winners 2008',
        bIsWebPath:true,
        sUrl:'2008.html'
    },
    {   sTitle:'Wiiners 2009',
        bIsWebPath:true,
        sUrl:'2009.html'
    },
    {   sTitle:'Winners 2010',
        bIsWebPath:true,
        sUrl:'2010.html'
    },
    {   sTitle:'Winners 2011',
        bIsWebPath:true,
        sUrl:'2011.html'
    },
    {   sTitle:'Fixture List 2011',
        bIsWebPath:true,
        sUrl:'fixtures.html'
    }]
},
{   sTitle:'Score Card',
    bIsWebPath:true,
    sUrl:'score-card.html'
},
{   sTitle:'Membership & Fees',
    bIsWebPath:true,
    sUrl:'greenfees.html'
},
{   sTitle:'Find Us',
    bIsWebPath:true,
    sUrl:'map.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'find-us.html'
},
{   sTitle:'Related Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Members Section',
    bIsWebPath:true,
    sUrl:'mem-sect.html',"childArray" : [
    {   sTitle:'ID&Password',
        bIsWebPath:true,
        sUrl:'id&password.html'
    },
    {   sTitle:'Login Page',
        bIsWebPath:true,
        sUrl:'login.html',"childArray" : [
        {   sTitle:'News',
            bIsWebPath:true,
            sUrl:'news.html'
        },
        {   sTitle:'Matchplay Rules',
            bIsWebPath:true,
            sUrl:'matchplay-rules.html'
        },
        {   sTitle:'Log Out',
            bIsWebPath:true,
            sUrl:'logout.html'
        }]
    }]
}]
});
