var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Blogs',
    'bIsWebPath':true,
    'sUrl':'documents.html'
},
{   'sTitle':'Case Study',
    'bIsWebPath':true,
    'sUrl':'casestudy.html'
},
{   'sTitle':'Projects',
    'bIsWebPath':true,
    'sUrl':'projects1a.html',"childArray" : [
    {   'sTitle':'Projects 1',
        'bIsWebPath':true,
        'sUrl':'projects1.html'
    },
    {   'sTitle':'Projects2',
        'bIsWebPath':true,
        'sUrl':'projects2a.html'
    },
    {   'sTitle':'Projects3',
        'bIsWebPath':true,
        'sUrl':'projects3.html'
    }]
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Find Us',
    'bIsWebPath':true,
    'sUrl':'find.html'
}]
});
