var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Members',
    'bIsWebPath':true,
    'sUrl':'members.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Youth',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'sTitle':'Service',
    'bIsWebPath':true,
    'sUrl':'service.html'
},
{   'sTitle':'Foundation',
    'bIsWebPath':true,
    'sUrl':'foundation.html'
},
{   'sTitle':'Art & Wine',
    'bIsWebPath':true,
    'sUrl':'artwine.html'
},
{   'sTitle':'CERT',
    'bIsWebPath':true,
    'sUrl':'rotary_cert.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Archives',
    'bIsWebPath':true,
    'sUrl':'archives.html'
},
{   'sTitle':'International',
    'bIsWebPath':true,
    'sUrl':'page8.html'
},
{   'sTitle':'Horizon',
    'bIsWebPath':true,
    'sUrl':'horizons.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'page11.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
