var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'News.html'
    }]
},
{   sTitle:'Dates, Fixtures & Results',
    bIsWebPath:true,
    sUrl:'Special-Dates.html',"childArray" : [
    {   sTitle:'Fixtures',
        bIsWebPath:true,
        sUrl:'Fixtures.html'
    },
    {   sTitle:'Competitions',
        bIsWebPath:true,
        sUrl:'Competitions.html'
    },
    {   sTitle:'Honour\'s Board',
        bIsWebPath:true,
        sUrl:'Honours-Board.html'
    }]
},
{   sTitle:'Club Info',
    bIsWebPath:true,
    sUrl:'History.html',"childArray" : [
    {   sTitle:'Officers',
        bIsWebPath:true,
        sUrl:'Officers.html'
    },
    {   sTitle:'Rules of the Club',
        bIsWebPath:true,
        sUrl:'Rules.html'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'Location.html'
    }]
},
{   sTitle:'Photo Album',
    bIsWebPath:true,
    sUrl:'Photo-Album.html',"childArray" : [
    {   sTitle:'General_Photos',
        bIsWebPath:true,
        sUrl:'General_Photos.html'
    },
    {   sTitle:'Finals day',
        bIsWebPath:true,
        sUrl:'Finals-Day.html'
    },
    {   sTitle:'Archive Pics',
        bIsWebPath:true,
        sUrl:'archivepics.html'
    }]
},
{   sTitle:'The Game of Bowls',
    bIsWebPath:true,
    sUrl:'The-Game.html',"childArray" : [
    {   sTitle:'Equipement & Terminology',
        bIsWebPath:true,
        sUrl:'equipment & terminology.html'
    },
    {   sTitle:'Etiquette and Sportmanship',
        bIsWebPath:true,
        sUrl:'etiquette and sportmanship.html'
    },
    {   sTitle:'Etiquette and Sportmanship 2',
        bIsWebPath:true,
        sUrl:'etiquette and sportmanship 2.html'
    },
    {   sTitle:'Etiquette and Sportmanship 3',
        bIsWebPath:true,
        sUrl:'etiquette and sportmanship 3.html'
    },
    {   sTitle:'Etiquette and Sportmanship 4',
        bIsWebPath:true,
        sUrl:'etiquette and sportmanship 4.html'
    },
    {   sTitle:'The Game',
        bIsWebPath:true,
        sUrl:'Game.html'
    }]
},
{   sTitle:'Archive',
    bIsWebPath:true,
    sUrl:'Archive.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'Forum.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact_Us.html'
}]
});