var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'DecisionDirector',
        'bIsWebPath':true,
        'sUrl':'products-dd.html'
    },
    {   'sTitle':'DD2 RFP Response Manager',
        'bIsWebPath':true,
        'sUrl':'products-dd2.html'
    },
    {   'sTitle':'DD3 Requirements Manager',
        'bIsWebPath':true,
        'sUrl':'products-dd3.html'
    },
    {   'sTitle':'KnowledgePacks',
        'bIsWebPath':true,
        'sUrl':'products-kp.html'
    },
    {   'sTitle':'Pricing',
        'bIsWebPath':true,
        'sUrl':'products-pricing.html'
    }]
},
{   'sTitle':'Solutions',
    'bIsWebPath':true,
    'sUrl':'solutions.html'
},
{   'sTitle':'Clients',
    'bIsWebPath':true,
    'sUrl':'clients.html'
},
{   'sTitle':'Consultants',
    'bIsWebPath':true,
    'sUrl':'consultants.html',"childArray" : [
    {   'sTitle':'Featured Partners',
        'bIsWebPath':true,
        'sUrl':'featuredpartners.html',"childArray" : [
        {   'sTitle':'Collegiate Project Services',
            'bIsWebPath':true,
            'sUrl':'partner_cps.html'
        },
        {   'sTitle':'Moran Technology Consulting',
            'bIsWebPath':true,
            'sUrl':'partner_moran.html'
        },
        {   'sTitle':'STA Consulting',
            'bIsWebPath':true,
            'sUrl':'partner_sta.html'
        }]
    }]
},
{   'sTitle':'Vendors',
    'bIsWebPath':true,
    'sUrl':'vendors.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
