var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'articles.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'picturegallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Privacy Policy',
    bIsWebPath:true,
    sUrl:'privacypolicy.html'
}]
});
