var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Hosting',
    bIsWebPath:true,
    sUrl:'hosting.html',"childArray" : [
    {   sTitle:'Hosting Features',
        bIsWebPath:true,
        sUrl:'features.html'
    },
    {   sTitle:'Datacentre & Networks',
        bIsWebPath:true,
        sUrl:'datacentre.html'
    },
    {   sTitle:'R1Soft Backup',
        bIsWebPath:true,
        sUrl:'r1soft.html'
    }]
},
{   sTitle:'Domains',
    bIsWebPath:true,
    sUrl:'domains.html',"childArray" : [
    {   sTitle:'Domain Extensions',
        bIsWebPath:true,
        sUrl:'tlds.html'
    }]
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
