var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products and Services',
    bIsWebPath:true,
    sUrl:'products-and-services.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page7.html',"childArray" : [
    {   sTitle:'Read About Us',
        bIsWebPath:true,
        sUrl:'read-about-us.html'
    },
    {   sTitle:'Meet Our Team',
        bIsWebPath:true,
        sUrl:'meet-our-team.html'
    }]
},
{   sTitle:'Order Forms',
    bIsWebPath:true,
    sUrl:'order-forms.html'
}]
});
