var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Local Groups',
    'bIsWebPath':true,
    'sUrl':'localgroups.html'
},
{   'sTitle':'Frequent Questions',
    'bIsWebPath':true,
    'sUrl':'faqs.html'
},
{   'sTitle':'Resource Information',
    'bIsWebPath':true,
    'sUrl':'resourceinformation.html',"childArray" : [
    {   'sTitle':'Who We Are',
        'bIsWebPath':true,
        'sUrl':'whoweare.html'
    },
    {   'sTitle':'Getting Started',
        'bIsWebPath':true,
        'sUrl':'getstarted.html'
    },
    {   'sTitle':'Board Members',
        'bIsWebPath':true,
        'sUrl':'board.html'
    },
    {   'sTitle':'Legislative Info',
        'bIsWebPath':true,
        'sUrl':'legislativeinfo.html'
    },
    {   'sTitle':'Perental Rights',
        'bIsWebPath':true,
        'sUrl':'perentalrights.html'
    },
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'contactus.html'
    },
    {   'sTitle':'Convention',
        'bIsWebPath':true,
        'sUrl':'convention.html',"childArray" : [
        {   'sTitle':'Graduation',
            'bIsWebPath':true,
            'sUrl':'graduation.html'
        }]
    },
    {   'sTitle':'Resource Store',
        'bIsWebPath':true,
        'sUrl':'resorcestore.html'
    },
    {   'sTitle':'Membership Perks',
        'bIsWebPath':true,
        'sUrl':'memberperks.html'
    },
    {   'sTitle':'Virtual',
        'bIsWebPath':true,
        'sUrl':'virtual.html'
    }]
},
{   'sTitle':'Helpful Links',
    'bIsWebPath':true,
    'sUrl':'links.html',"childArray" : [
    {   'sTitle':'Curriculum',
        'bIsWebPath':true,
        'sUrl':'curriculum.html'
    }]
}]
});
