var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':' Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'President',
    'bIsWebPath':true,
    'sUrl':'president.html'
},
{   'sTitle':'Executive Profile',
    'bIsWebPath':true,
    'sUrl':'profile.html'
},
{   'sTitle':'Structure',
    'bIsWebPath':true,
    'sUrl':'structure.html'
},
{   'sTitle':' Meeting Documents',
    'bIsWebPath':true,
    'sUrl':'documents.html'
}]
});
