var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Integration Challenges & Issues',
        'bIsWebPath':true,
        'sUrl':'page5.html'
    },
    {   'sTitle':'Design & Read',
        'bIsWebPath':true,
        'sUrl':'design.html'
    },
    {   'sTitle':'Transformation',
        'bIsWebPath':true,
        'sUrl':'transformation.html'
    },
    {   'sTitle':'Connector',
        'bIsWebPath':true,
        'sUrl':'connector.html'
    },
    {   'sTitle':'Schedule & Audit',
        'bIsWebPath':true,
        'sUrl':'schedule.html'
    },
    {   'sTitle':'Pricing',
        'bIsWebPath':true,
        'sUrl':'pricing.html'
    }]
},
{   'bSeparatorAfter':true,
    'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
