var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Mobile',
    sUrl:'mobiles.html',"childArray" : [
    {   sTitle:'Battery Packs',
        sUrl:'batterypacks.html'
    }]
},
{   sTitle:'Mobile Data',
    sUrl:'mobiledata.html'
},
{   sTitle:'Mobile backup',
    sUrl:'backup.html'
},
{   sTitle:'Handsfree',
    sUrl:'handsfree.html'
},
{   sTitle:'Landline',
    sUrl:'landline.html'
},
{   sTitle:'Clients',
    sUrl:'clients.html'
},
{   sTitle:'Testimonials',
    sUrl:'testimonials.html'
},
{   sTitle:'About',
    sUrl:'about.html'
},
{   sTitle:'Contact',
    sUrl:'contact.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://carphonecompany.tumblr.com/'
},
{   sTitle:'Efficient Thinking',
    sUrl:'efficient.html'
}]
});
