var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Lakes',
    'bIsWebPath':true,
    'sUrl':'our lakes.html'
},
{   'sTitle':'Recreation',
    'bIsWebPath':true,
    'sUrl':'recreation.html'
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html',"childArray" : [
    {   'sTitle':'Founders',
        'bIsWebPath':true,
        'sUrl':'founders.html'
    },
    {   'sTitle':'Keystone Inn',
        'bIsWebPath':true,
        'sUrl':'keystone inn.html'
    },
    {   'sTitle':'Pictures',
        'bIsWebPath':true,
        'sUrl':'pictures.html'
    }]
},
{   'sTitle':'Community',
    'bIsWebPath':true,
    'sUrl':'community.html',"childArray" : [
    {   'sTitle':'Worship',
        'bIsWebPath':true,
        'sUrl':'worship.html'
    },
    {   'sTitle':'Associations',
        'bIsWebPath':true,
        'sUrl':'associations.html'
    },
    {   'sTitle':'Education',
        'bIsWebPath':true,
        'sUrl':'education.html'
    },
    {   'sTitle':'Emergency',
        'bIsWebPath':true,
        'sUrl':'emergency.html'
    },
    {   'sTitle':'Airport',
        'bIsWebPath':true,
        'sUrl':'airport.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
