var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Aastralink',
        bIsWebPath:true,
        sUrl:'aastralink.html',
        sTarget:'_self'
    },
    {   sTitle:'Computers & Networking',
        bIsWebPath:true,
        sUrl:'computer.html',
        sTarget:'_self'
    },
    {   sTitle:'Email',
        bIsWebPath:true,
        sUrl:'email.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.php',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});