var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Potluck',
    bIsWebPath:true,
    sUrl:'potluck.html',
    sTarget:'_self'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html',
    sTarget:'_self'
},
{   sTitle:'News & Links',
    bIsWebPath:true,
    sUrl:'news_links.html',"childArray" : [
    {   sTitle:'Zip Change',
        bIsWebPath:true,
        sUrl:'zip.html'
    },
    {   sTitle:'Mail',
        bIsWebPath:true,
        sUrl:'mail.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Administrative',
    bIsWebPath:true,
    sUrl:'admin.html'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html',"childArray" : [
    {   sTitle:'Four Wheeling',
        bIsWebPath:true,
        sUrl:'4_wheel.html',
        sTarget:'_self'
    },
    {   sTitle:'Arts',
        bIsWebPath:true,
        sUrl:'arts.html',
        sTarget:'_self'
    },
    {   sTitle:'Book Discussion',
        bIsWebPath:true,
        sUrl:'bookdiscuss.html',
        sTarget:'_self'
    },
    {   sTitle:'Bowling',
        bIsWebPath:true,
        sUrl:'bowling.html',
        sTarget:'_self'
    },
    {   sTitle:'Casino Trips',
        bIsWebPath:true,
        sUrl:'casino.html',
        sTarget:'_self'
    },
    {   sTitle:'Cards & Games',
        bIsWebPath:true,
        sUrl:'cards_games.html',
        sTarget:'_self'
    },
    {   sTitle:'Computers',
        bIsWebPath:true,
        sUrl:'computer.html',
        sTarget:'_self'
    },
    {   sTitle:'Dancing',
        bIsWebPath:true,
        sUrl:'dance.html',
        sTarget:'_self'
    },
    {   sTitle:'Dining',
        bIsWebPath:true,
        sUrl:'dining.html',
        sTarget:'_self'
    },
    {   sTitle:'Fitness',
        bIsWebPath:true,
        sUrl:'fitness.html',
        sTarget:'_self'
    },
    {   sTitle:'Golf',
        bIsWebPath:true,
        sUrl:'golf.html',
        sTarget:'_self'
    },
    {   sTitle:'Habitat',
        bIsWebPath:true,
        sUrl:'habitat.html',
        sTarget:'_self'
    },
    {   sTitle:'Hiking',
        bIsWebPath:true,
        sUrl:'hiking.html',
        sTarget:'_self'
    },
    {   sTitle:'Library',
        bIsWebPath:true,
        sUrl:'library.html',
        sTarget:'_self'
    },
    {   sTitle:'Pool',
        bIsWebPath:true,
        sUrl:'pool.html',
        sTarget:'_self'
    },
    {   sTitle:'Red Hat',
        bIsWebPath:true,
        sUrl:'red_hat.html',
        sTarget:'_self'
    },
    {   sTitle:'Softball',
        bIsWebPath:true,
        sUrl:'softball.html',
        sTarget:'_self'
    },
    {   sTitle:'Tennis',
        bIsWebPath:true,
        sUrl:'tennis.html',
        sTarget:'_self'
    },
    {   sTitle:'Woodworking',
        bIsWebPath:true,
        sUrl:'wood.html',
        sTarget:'_self'
    },
    {   sTitle:'Worship',
        bIsWebPath:true,
        sUrl:'worship.html',
        sTarget:'_self'
    },
    {   sTitle:'Story of Life',
        bIsWebPath:true,
        sUrl:'story_life.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
}]
});