var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'martlet-consulting-about-us.html',"childArray" : [
    {   'sTitle':'Case Studies',
        'bIsWebPath':true,
        'sUrl':'martlet-consulting-case-studies.html'
    }]
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'martlet-consulting-our-services.html'
},
{   'sTitle':'Our Products',
    'bIsWebPath':true,
    'sUrl':'martlet-consulting-products.html',"childArray" : [
    {   'sTitle':'360 Feedback',
        'bIsWebPath':true,
        'sUrl':'martlet-consulting-360-feedback.html'
    },
    {   'sTitle':'AWR',
        'bIsWebPath':true,
        'sUrl':'martlet-consulting-news.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'martlet-consulting-contact-us.html'
}]
});
