var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Committee',
        bIsWebPath:true,
        sUrl:'page4.html'
    }]
},
{   sTitle:'Affiliations and links',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Club Competitions',
    bIsWebPath:true,
    sUrl:'page6.html',"childArray" : [
    {   sTitle:'Club Competition Results',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'Diary',
    bIsWebPath:true,
    sUrl:'page8.html',"childArray" : [
    {   sTitle:'Fixtures April 2012',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Fixtures May 2012',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Fixtures June 2012',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Fixtures July 2012',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Fixtures August 2012',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Fixtures September 2012',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page10.html'
}]
});
