var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'AILI',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'Scholarships',
    'bIsWebPath':true,
    'sUrl':'scholarships.html',"childArray" : [
    {   'sTitle':'How to Apply',
        'bIsWebPath':true,
        'sUrl':'howtoapply.html'
    },
    {   'sTitle':'Scholarship Winners',
        'bIsWebPath':true,
        'sUrl':'scholarshipwinners.html'
    }]
},
{   'sTitle':'Contribute',
    'bIsWebPath':true,
    'sUrl':'contribute.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page4.html'
}]
});
