var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Our Mission',
    'bIsWebPath':true,
    'sUrl':'ourmission.html'
},
{   'sTitle':'Building Projects',
    'bIsWebPath':true,
    'sUrl':'buildingprojects.html',"childArray" : [
    {   'sTitle':'Lipa Academy',
        'bIsWebPath':true,
        'sUrl':'lipaacademy.html'
    },
    {   'sTitle':'Ulasan',
        'bIsWebPath':true,
        'sUrl':'ulasan.html'
    },
    {   'sTitle':'Cabalwa School',
        'bIsWebPath':true,
        'sUrl':'cabalwas.html'
    },
    {   'sTitle':'Anduyanan',
        'bIsWebPath':true,
        'sUrl':'anduyanan.html'
    }]
},
{   'sTitle':'Pastors',
    'bIsWebPath':true,
    'sUrl':'pastors.html',"childArray" : [
    {   'sTitle':'Alex Guyo',
        'bIsWebPath':true,
        'sUrl':'alexguyo.html'
    },
    {   'bSeparatorAfter':true,
        'sTitle':'Boboy',
        'bIsWebPath':true,
        'sUrl':'boboy.html'
    },
    {   'sTitle':'Sawi',
        'bIsWebPath':true,
        'sUrl':'sawi.html'
    }]
},
{   'sTitle':'Students',
    'bIsWebPath':true,
    'sUrl':'students.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Media',
    'bIsWebPath':true,
    'sUrl':'media.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
