var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.php'
},
{   sTitle:'Tv na Web',
    bIsWebPath:true,
    sUrl:'webtvpt.php'
},
{   sDescription:'Os melhores programas, jogos...etc em download gratuíto!',
    sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloadspt.php',"childArray" : [
    {   sTitle:'Programas',
        bIsWebPath:true,
        sUrl:'softwarept.php'
    },
    {   sTitle:'Ebooks',
        bIsWebPath:true,
        sUrl:'ebookspt.php'
    }]
}]
});
