var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'MEMBERS',
    'bIsWebPath':true,
    'sUrl':'members.html',"childArray" : [
    {   'sTitle':'Annette Martin',
        'bIsWebPath':true,
        'sUrl':'annettemartin.html'
    },
    {   'sTitle':'Candy McManiman',
        'bIsWebPath':true,
        'sUrl':'candymcmaniman.html'
    },
    {   'sTitle':'Cynthia McNair',
        'bIsWebPath':true,
        'sUrl':'cynthiamcnair.html'
    },
    {   'sTitle':'David Dale',
        'bIsWebPath':true,
        'sUrl':'daviddale.html'
    },
    {   'sTitle':'Deb Dicker',
        'bIsWebPath':true,
        'sUrl':'debdicker.html'
    },
    {   'sTitle':'Deborah Dundas',
        'bIsWebPath':true,
        'sUrl':'debdundas.html'
    },
    {   'sTitle':'Deb Underwood',
        'bIsWebPath':true,
        'sUrl':'debunderwood.html'
    },
    {   'sTitle':'Diane Elliott',
        'bIsWebPath':true,
        'sUrl':'dianeelliott.html'
    },
    {   'sTitle':'Elizabeth Kusinski',
        'bIsWebPath':true,
        'sUrl':'lizkusinski.html'
    },
    {   'sTitle':'Ethel Mitrovic',
        'bIsWebPath':true,
        'sUrl':'ethelmitrovic.html'
    },
    {   'sTitle':'George Sapkowski',
        'bIsWebPath':true,
        'sUrl':'georgesapkowski.html'
    },
    {   'sTitle':'Heather Kohl',
        'bIsWebPath':true,
        'sUrl':'heatherkohl.html'
    },
    {   'sTitle':'Jo Wilkinson',
        'bIsWebPath':true,
        'sUrl':'jowilkinson.html'
    },
    {   'sTitle':'Judy Ross',
        'bIsWebPath':true,
        'sUrl':'judyross.html'
    },
    {   'sTitle':'June-Anne Reid',
        'bIsWebPath':true,
        'sUrl':'juneannereid.html'
    },
    {   'sTitle':'Karen Tscherner',
        'bIsWebPath':true,
        'sUrl':'karentscherner.html'
    },
    {   'sTitle':'Kent Hartley',
        'bIsWebPath':true,
        'sUrl':'kenthartley.html'
    },
    {   'sTitle':'Kevin Whiting',
        'bIsWebPath':true,
        'sUrl':'kevinwhiting.html'
    },
    {   'sTitle':'Margo Oborne',
        'bIsWebPath':true,
        'sUrl':'margooborne.html'
    },
    {   'sTitle':'Patricia Brown',
        'bIsWebPath':true,
        'sUrl':'patbrown.html'
    },
    {   'sTitle':'Philip Schmidt',
        'bIsWebPath':true,
        'sUrl':'philipschmidt.html'
    },
    {   'sTitle':'Robert Reid',
        'bIsWebPath':true,
        'sUrl':'bobreid.html'
    },
    {   'sTitle':'Rose Klein',
        'bIsWebPath':true,
        'sUrl':'roseklein.html'
    },
    {   'sTitle':'Robin Baratta',
        'bIsWebPath':true,
        'sUrl':'robinbaratta.html'
    },
    {   'sTitle':'Roxanne Jervis',
        'bIsWebPath':true,
        'sUrl':'roxannejervis.html'
    },
    {   'sTitle':'Sandra England',
        'bIsWebPath':true,
        'sUrl':'sandraengland.html'
    },
    {   'sTitle':'Sharon Veldstra',
        'bIsWebPath':true,
        'sUrl':'sharonveldstra.html'
    },
    {   'sTitle':'Susan Garrington',
        'bIsWebPath':true,
        'sUrl':'susangarrington.html'
    },
    {   'sTitle':'Terril Pentney',
        'bIsWebPath':true,
        'sUrl':'terrilpentney.html'
    },
    {   'sTitle':'Timothy Sullivan',
        'bIsWebPath':true,
        'sUrl':'timothysullivan.html'
    },
    {   'sTitle':'Tom Scanlan',
        'bIsWebPath':true,
        'sUrl':'tomscanlan.html'
    }]
},
{   'sTitle':'ABOUT',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Google Map',
        'bIsWebPath':true,
        'sUrl':'google map.html'
    }]
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'BLOG',
    'bIsWebPath':true,
    'sUrl':'blog.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'LINKS',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
