var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Officials',
        bIsWebPath:true,
        sUrl:'officials.html'
    },
    {   sTitle:'Leaders',
        bIsWebPath:true,
        sUrl:'leaders10.html'
    },
    {   sTitle:'Personal Assistants ',
        bIsWebPath:true,
        sUrl:'personal_assistants.html'
    },
    {   sTitle:'Information',
        bIsWebPath:true,
        sUrl:'information.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});