var nav_2tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsAnchor':true,
    'bIsWebPath':true,
    'sUrl':'index.html#About',
    'sTarget':'_self'
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'events.html',
    'sTarget':'_self'
},
{   'sTitle':'Schedule',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page6.html',
    'sTarget':'_self'
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page5.html',
    'sTarget':'_self'
}]
});
