var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Home Support',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Business Support',
    'bIsWebPath':true,
    'sUrl':'business.html',"childArray" : [
    {   'sTitle':'Online Support',
        'bIsWebPath':true,
        'sUrl':'onlinesupport.html'
    },
    {   'sTitle':'Remote & Phone Support',
        'bIsWebPath':true,
        'sUrl':'remoteandphone.html'
    },
    {   'sTitle':'Monitoring',
        'bIsWebPath':true,
        'sUrl':'monitoring.html'
    },
    {   'sTitle':'Monthly Support',
        'bIsWebPath':true,
        'sUrl':'monthlysupport.html'
    }]
},
{   'sTitle':'Hosting',
    'bIsWebPath':true,
    'sUrl':'hosting.html'
},
{   'sTitle':'Case Studies',
    'bIsWebPath':true,
    'sUrl':'casestudies.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
