var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Rosie Consulting - Welcome.  Helping Businesses to Help Themselves.  Business Solutions Providers.',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sDescription':'Market Research',
        'sTitle':'Market Research',
        'bIsWebPath':true,
        'sUrl':'marketresearch.html'
    },
    {   'sDescription':'Strategy and planning for business.',
        'sTitle':'Strategy, Solutions & Sourcing',
        'bIsWebPath':true,
        'sUrl':'strategy.html'
    },
    {   'sDescription':'Small Business Advisory',
        'sTitle':'Small Business Advisory',
        'bIsWebPath':true,
        'sUrl':'smallbusiness.html'
    }]
},
{   'sDescription':'Rosie Consulting - About Us',
    'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page4.html'
}]
});
