var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our School',
    'bIsExternal':true,
    'sUrl':'http://www.ayanetwork.com/education',
    'sTarget':'_self'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Tutorial Registration',
    'bIsWebPath':true,
    'sUrl':'register.html'
}]
});
