var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Facilities',
    'bIsWebPath':true,
    'sUrl':'facilities.html'
},
{   'sTitle':'Charges',
    'bIsWebPath':true,
    'sUrl':'charges.html'
},
{   'sTitle':'Course Admin',
    'bIsWebPath':true,
    'sUrl':'courseadmin.html'
},
{   'sTitle':'Courses',
    'bIsWebPath':true,
    'sUrl':'courses.html'
},
{   'sTitle':'Computer Club',
    'bIsWebPath':true,
    'sUrl':'computerclub.html'
},
{   'sTitle':'Special Events',
    'bIsWebPath':true,
    'sUrl':'specialevents.html'
},
{   'sTitle':'Clubs,Socs,Etc',
    'bIsWebPath':true,
    'sUrl':'clubssocs.html'
},
{   'sTitle':'Find Us',
    'bIsWebPath':true,
    'sUrl':'findus.html'
},
{   'sTitle':'Trustees',
    'bIsWebPath':true,
    'sUrl':'trustees.html'
}]
});
