var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Members',
    'bIsWebPath':true,
    'sUrl':'members.html'
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Attendance',
    'bIsWebPath':true,
    'sUrl':'attendance.html'
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'directions.html'
},
{   'sTitle':'Weather',
    'bIsWebPath':true,
    'sUrl':'weather.html'
},
{   'sTitle':'Paiges Page',
    'bIsWebPath':true,
    'sUrl':'paigespage.html'
},
{   'sTitle':'Recipies',
    'bIsWebPath':true,
    'sUrl':'recipes.html'
},
{   'sTitle':'Movies',
    'bIsWebPath':true,
    'sUrl':'movies.html'
},
{   'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'page5.html',"childArray" : [
    {   'sTitle':'1998',
        'bIsWebPath':true,
        'sUrl':'photos.html'
    },
    {   'sTitle':'1999',
        'bIsWebPath':true,
        'sUrl':'1999.html'
    },
    {   'sTitle':'2000',
        'bIsWebPath':true,
        'sUrl':'2000.html'
    },
    {   'sTitle':'2001',
        'bIsWebPath':true,
        'sUrl':'2001.html'
    },
    {   'sTitle':'2002',
        'bIsWebPath':true,
        'sUrl':'2002.html'
    },
    {   'sTitle':'2003',
        'bIsWebPath':true,
        'sUrl':'2003.html'
    },
    {   'sTitle':'2004',
        'bIsWebPath':true,
        'sUrl':'2004.html'
    },
    {   'sTitle':'2005',
        'bIsWebPath':true,
        'sUrl':'2005.html'
    },
    {   'sTitle':'2006',
        'bIsWebPath':true,
        'sUrl':'2006.html'
    },
    {   'sTitle':'2007',
        'bIsWebPath':true,
        'sUrl':'2007.html'
    },
    {   'sTitle':'2008',
        'bIsWebPath':true,
        'sUrl':'2008.html'
    },
    {   'sTitle':'2009',
        'bIsWebPath':true,
        'sUrl':'2009.html'
    },
    {   'sTitle':'2010',
        'bIsWebPath':true,
        'sUrl':'2010.html'
    }]
},
{   'sTitle':'Stuff',
    'bIsWebPath':true,
    'sUrl':'stuff.html'
},
{   'sTitle':'Blog',
    'bIsWebPath':true,
    'sUrl':'blog.html'
}]
});
