var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page18.html',
    sTarget:'_self'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Art Gallery',
    bIsWebPath:true,
    sUrl:'page19.html',
    sTarget:'_self'
}]
});
