var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Fun Stuff',
    bIsWebPath:true,
    sUrl:'funstuff.html'
},
{   sTitle:'Get Dirty',
    bIsWebPath:true,
    sUrl:'getdirty.html',"childArray" : [
    {   sTitle:'Argentina',
        bIsWebPath:true,
        sUrl:'argentinamtb.html'
    },
    {   sTitle:'Mazatlan',
        bIsWebPath:true,
        sUrl:'mazatlan.html'
    }]
},
{   sTitle:'Road Cycling',
    bIsWebPath:true,
    sUrl:'roadcycling.html',"childArray" : [
    {   sTitle:'Group Events',
        bIsWebPath:true,
        sUrl:'groupevents.html'
    },
    {   sTitle:'Touring',
        bIsWebPath:true,
        sUrl:'touring.html'
    }]
},
{   sTitle:'Diving',
    bIsWebPath:true,
    sUrl:'diving.html'
},
{   sTitle:'Central America',
    bIsWebPath:true,
    sUrl:'centralamerica.html'
},
{   sTitle:'South America',
    bIsWebPath:true,
    sUrl:'southamerica.html',"childArray" : [
    {   sTitle:'Ecuador',
        bIsWebPath:true,
        sUrl:'ecuador.html'
    },
    {   sTitle:'Argentina',
        bIsWebPath:true,
        sUrl:'argentina.html'
    }]
}]
});
