var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Rowers area',
    bIsWebPath:true,
    sUrl:'members.html',"childArray" : [
    {   sTitle:'Events & News',
        bIsWebPath:true,
        sUrl:'events.html',"childArray" : [
        {   sTitle:'Vets and Junior Championships 2011',
            bIsWebPath:true,
            sUrl:'page20.html'
        },
        {   sTitle:'Tamar and tavy club regatta',
            bIsWebPath:true,
            sUrl:'page17.html'
        },
        {   sTitle:'Rock Regatta',
            bIsWebPath:true,
            sUrl:'page18.html'
        },
        {   sTitle:'Virtual row to NZ and back',
            bIsWebPath:true,
            sUrl:'page19.html'
        }]
    },
    {   sTitle:'Rowing Schedule',
        bIsWebPath:true,
        sUrl:'rowing.html'
    },
    {   sTitle:'Junior News and Events',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Club Committee',
        bIsWebPath:true,
        sUrl:'committee.html'
    },
    {   sTitle:'Safety code',
        bIsWebPath:true,
        sUrl:'safety.html'
    },
    {   sTitle:'Club Constitution',
        bIsWebPath:true,
        sUrl:'constitution.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'scillies 2008',
        bIsWebPath:true,
        sUrl:'scillies 2008.html'
    }]
},
{   sTitle:'New rowers',
    bIsWebPath:true,
    sUrl:'join.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
