var customnavtree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'Home.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'News.html',
    sTarget:'_self'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'Biography.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'The Band',
        bIsWebPath:true,
        sUrl:'Biography.html',
        sTarget:'_self'
    },
    {   sTitle:'Amitabh',
        bIsWebPath:true,
        sUrl:'Bio Amitabh.html',
        sTarget:'_self'
    },
    {   sTitle:'Siddharth',
        bIsWebPath:true,
        sUrl:'Bio Siddharth.html',
        sTarget:'_self'
    },
    {   sTitle:'Partha',
        bIsWebPath:true,
        sUrl:'Bio Partha.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Discoraphy',
    bIsWebPath:true,
    sUrl:'Discography.html',
    sTarget:'_self'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'Photos.html',
    sTarget:'_self'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'Videos.html',
    sTarget:'_self'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'Downloads.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html',
    sTarget:'_self'
}]
});