var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'IRF Programs',
    'bIsWebPath':true,
    'sUrl':'page3.html',"childArray" : [
    {   'sTitle':'Insurance Programs',
        'bIsWebPath':true,
        'sUrl':'page6.html'
    },
    {   'sTitle':'Credit Card Processing',
        'bIsWebPath':true,
        'sUrl':'page7.html'
    },
    {   'sTitle':'Gift Card Program',
        'bIsWebPath':true,
        'sUrl':'page8.html'
    },
    {   'sTitle':'Legislative Representation',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    },
    {   'sTitle':'Check Program',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'Merchant Business Solutions',
        'bIsWebPath':true,
        'sUrl':'page13.html'
    },
    {   'sTitle':'Customer Loyalty and Rewards',
        'bIsWebPath':true,
        'sUrl':'page14.html'
    },
    {   'sTitle':'Payroll Services',
        'bIsWebPath':true,
        'sUrl':'page15.html'
    }]
},
{   'sTitle':'Join the IRF',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Hot Topics',
    'bIsWebPath':true,
    'sUrl':'page12.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Additional Resources',
    'bIsWebPath':true,
    'sUrl':'page11.html'
}]
});
