var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Why Android?',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'How well is Android doing now?',
        bIsWebPath:true,
        sUrl:'android-doing-well.html'
    }]
},
{   sDescription:'Latest news and historical timeline',
    sTitle:'News',
    bIsWebPath:true,
    sUrl:'time-l.html',"childArray" : [
    {   sTitle:'Timeline: Android beginning to 2009',
        bIsWebPath:true,
        sUrl:'android-beginning-to-2009.html'
    }]
},
{   sTitle:'Cellphones',
    bIsWebPath:true,
    sUrl:'phones.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Android Super Smartphones',
        bIsWebPath:true,
        sUrl:'android-super-smartphones.html',
        sTarget:'_self'
    },
    {   sTitle:'Android Devices (microwave oven, TV, robot control)',
        bIsWebPath:true,
        sUrl:'devices.html',
        sTarget:'_self'
    },
    {   sTitle:'Android Tablets',
        bIsWebPath:true,
        sUrl:'tablets.html',
        sTarget:'_self'
    }]
},
{   sDescription:'Cellphone carrier/networks for Android phones.',
    sTitle:'Carrier',
    bIsWebPath:true,
    sUrl:'netwrk.html',
    sTarget:'_self'
},
{   sDescription:'Collection of Best Android Classic Videos.',
    sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Videos (new)',
        bIsWebPath:true,
        sUrl:'videos2.html',
        sTarget:'_self'
    }]
},
{   sDescription:'Android vs iPhone',
    sTitle:'Android vs iPhone',
    bIsWebPath:true,
    sUrl:'iphone.html',
    sTarget:'_self'
},
{   sTitle:'Kindle e-book',
    bIsWebPath:true,
    sUrl:'kindle.html',
    sTarget:'_self'
}]
});