var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'History of the Club',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    },
    {   sTitle:'Directions to Audley End',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'Club diary',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact  Us',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});