var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Company',
    'bIsWebPath':true,
    'sUrl':'company.html',"childArray" : [
    {   'sTitle':'Careers',
        'bIsWebPath':true,
        'sUrl':'careers.html'
    },
    {   'sTitle':'Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Business Allignment',
        'bIsWebPath':true,
        'sUrl':'allignment.html'
    },
    {   'sTitle':'Consulting',
        'bIsWebPath':true,
        'sUrl':'consulting.html'
    },
    {   'sTitle':'IT Managed Services',
        'bIsWebPath':true,
        'sUrl':'managed.html'
    },
    {   'sTitle':'Systems Overview',
        'bIsWebPath':true,
        'sUrl':'overview.html'
    }]
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'downloads.html'
},
{   'sTitle':'Partners',
    'bIsWebPath':true,
    'sUrl':'partners.html',"childArray" : [
    {   'sTitle':'Referred',
        'bIsWebPath':true,
        'sUrl':'referred.html'
    }]
},
{   'sTitle':'Quote',
    'bIsWebPath':true,
    'sUrl':'quote.html'
},
{   'sTitle':'Client Login',
    'bIsWebPath':true,
    'sUrl':'login.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
