var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Taney Services Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Taney Services',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Super Services',
    'bIsWebPath':true,
    'sUrl':'svc.html',"childArray" : [
    {   'sTitle':'Servicespage2',
        'bIsWebPath':true,
        'sUrl':'services2.html'
    },
    {   'sTitle':'Servicepages 3',
        'bIsWebPath':true,
        'sUrl':'page8.html'
    }]
},
{   'sTitle':'Contact Me',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sDescription':'After paying cable and satellite companies hard earned money for years, I\'ve embarked on a plan to get me some free TV.',
    'sTitle':'Satellites Svc',
    'bIsWebPath':true,
    'sUrl':'sat1.html',"childArray" : [
    {   'sTitle':'Taney Svc - Satpics',
        'bIsWebPath':true,
        'sUrl':'satellites.html'
    }]
}]
});
