var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'San Diego Kite Club',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Upcoming ',
    bIsWebPath:true,
    sUrl:'Upcoming.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Revolution Shootout 2010',
        bIsWebPath:true,
        sUrl:'rev_shootout-2010.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Previous Events',
    bIsWebPath:true,
    sUrl:'Previous.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Rev Man Games 2010',
        bIsWebPath:true,
        sUrl:'Rev Man Games 2010.html',
        sTarget:'_self'
    },
    {   sTitle:'NYD 2010',
        bIsWebPath:true,
        sUrl:'nyd10.html',
        sTarget:'_self'
    },
    {   sTitle:'Fighter Kites 2009',
        bIsWebPath:true,
        sUrl:'fighters2009.html',
        sTarget:'_self'
    },
    {   sTitle:'Rev Shootout',
        bIsWebPath:true,
        sUrl:'shootout results.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Shootout Pics',
            bIsWebPath:true,
            sUrl:'shootout2.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Older Events',
        bIsWebPath:true,
        sUrl:'older.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Featured Members',
    bIsWebPath:true,
    sUrl:'Featured.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Rick Spurgeon',
        bIsWebPath:true,
        sUrl:'rick.html',
        sTarget:'_self'
    },
    {   sTitle:'Ben D\'Antonio',
        bIsWebPath:true,
        sUrl:'ben.html',
        sTarget:'_self'
    },
    {   sTitle:'Stan Kellar',
        bIsWebPath:true,
        sUrl:'stan.html',
        sTarget:'_self'
    },
    {   sTitle:'Norm & Shari ',
        bIsWebPath:true,
        sUrl:'norm_shari.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Join',
        bIsWebPath:true,
        sUrl:'Join.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html',
    sTarget:'_self'
},
{   sTitle:'Tributes',
    bIsWebPath:true,
    sUrl:'Tributes.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Virgil Dalton',
        bIsWebPath:true,
        sUrl:'Virgil.html',
        sTarget:'_self'
    },
    {   sTitle:'Jim Skryja',
        bIsWebPath:true,
        sUrl:'jim.html',
        sTarget:'_self'
    },
    {   sTitle:'Larry Mixon',
        bIsWebPath:true,
        sUrl:'larry.html',
        sTarget:'_self'
    },
    {   sTitle:'David Bui',
        bIsWebPath:true,
        sUrl:'david.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'David Bui 2',
            bIsWebPath:true,
            sUrl:'david2.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Charlie M\'Clary',
        bIsWebPath:true,
        sUrl:'charlie.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Charlie 2',
            bIsWebPath:true,
            sUrl:'charlie2.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Harry French',
        bIsWebPath:true,
        sUrl:'harry.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Harry2',
            bIsWebPath:true,
            sUrl:'harry2.html',
            sTarget:'_self'
        }]
    }]
}]
});