var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Results',
    bIsWebPath:true,
    sUrl:'racheljoyce_results.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'racheljoyce_about.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'racheljoyce_blog.html',"childArray" : [
    {   sDescription:'Blog 2010',
        sTitle:'Archive',
        bIsWebPath:true,
        sUrl:'page28.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'racheljoyce_gallery.html',"childArray" : [
    {   sTitle:'1 - Kona',
        bIsWebPath:true,
        sUrl:'page83.html'
    },
    {   sTitle:'2 - Estonia',
        bIsWebPath:true,
        sUrl:'page84.html'
    },
    {   sTitle:'3 - SA',
        bIsWebPath:true,
        sUrl:'page85.html'
    },
    {   sTitle:'7. Gower Half',
        bIsWebPath:true,
        sUrl:'page27.html'
    },
    {   sTitle:'4 - Training',
        bIsWebPath:true,
        sUrl:'page24.html'
    },
    {   sTitle:'6 - Florida',
        bIsWebPath:true,
        sUrl:'page25.html'
    },
    {   sTitle:'5. Relaxing',
        bIsWebPath:true,
        sUrl:'page26.html'
    }]
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'racheljoyce_sponsors.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'racheljoyce_media.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'racheljoyce_schedule.html'
}]
});
