var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'html/aboutus.html'
},
{   sTitle:'High Times',
    bIsWebPath:true,
    sUrl:'html/hightimes.html'
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'html/ministries.html'
},
{   sTitle:'Vision and Values',
    bIsWebPath:true,
    sUrl:'html/visionvalues.html'
},
{   sTitle:'Sunday Service',
    bIsWebPath:true,
    sUrl:'html/sundayservice.html'
},
{   sTitle:'Audio Sermons',
    bIsWebPath:true,
    sUrl:'html/audiosermons.html'
},
{   sTitle:'Small Groups',
    bIsWebPath:true,
    sUrl:'html/smallgroups.html'
},
{   sTitle:'Revolve Youth',
    bIsExternal:true,
    sUrl:'http://www.highfieldschurch.org/youth/',
    sTarget:'_blank'
},
{   sTitle:'Discover Jesus',
    bIsWebPath:true,
    sUrl:'html/discoverjesus.html'
},
{   sTitle:'Website Links',
    bIsWebPath:true,
    sUrl:'html/links.html'
},
{   sTitle:'Find Us',
    bIsWebPath:true,
    sUrl:'html/findus.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'html/contactus.php'
}]
});
