var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'General',
    bIsWebPath:true,
    sUrl:'general.html'
},
{   sTitle:'Nokia',
    bIsWebPath:true,
    sUrl:'nokia.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Diverts',
        bIsWebPath:true,
        sUrl:'diverts.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Blackberry',
    bIsWebPath:true,
    sUrl:'blackberry.html',"childArray" : [
    {   sTitle:'Blackberry 2',
        bIsWebPath:true,
        sUrl:'blackberryhelp.html',
        sTarget:'_self'
    },
    {   sTitle:'Enterprise',
        bIsWebPath:true,
        sUrl:'enterprise.html',
        sTarget:'_self'
    }]
},
{   sTitle:'iPhone',
    bIsWebPath:true,
    sUrl:'iphone.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'IphoneTips',
        bIsWebPath:true,
        sUrl:'iphonetips.html',
        sTarget:'_self'
    }]
},
{   sTitle:'HTC',
    bIsWebPath:true,
    sUrl:'htc.html'
},
{   sTitle:'USB Modem',
    bIsWebPath:true,
    sUrl:'usbmodem.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Modem',
        bIsWebPath:true,
        sUrl:'usbqa.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});