var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Radio',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'TV',
    'bIsWebPath':true,
    'sUrl':'tv.html'
},
{   'sTitle':'Noticias',
    'bIsWebPath':true,
    'sUrl':'noticias.html',"childArray" : [
    {   'sTitle':'Evangelizacion por Internet',
        'bIsWebPath':true,
        'sUrl':'evangelizacioninternet.html'
    },
    {   'sTitle':'Noemi Prado',
        'bIsWebPath':true,
        'sUrl':'moemiprado.html'
    },
    {   'sTitle':'Dije Adiós',
        'bIsWebPath':true,
        'sUrl':'dijeadios.html'
    },
    {   'sTitle':'Luz Haymara',
        'bIsWebPath':true,
        'sUrl':'luzhaymara.html'
    },
    {   'sTitle':'Yadira',
        'bIsWebPath':true,
        'sUrl':'yadira.html'
    },
    {   'sTitle':'Rock en Rio',
        'bIsWebPath':true,
        'sUrl':'rockenrio.html'
    },
    {   'sTitle':'Group One Crew',
        'bIsWebPath':true,
        'sUrl':'onecrew.html'
    },
    {   'sTitle':'Steve Jobs',
        'bIsWebPath':true,
        'sUrl':'stevejobs.html'
    },
    {   'sTitle':'Marco Berrientos',
        'bIsWebPath':true,
        'sUrl':'marcobarrientos.html'
    },
    {   'sTitle':'Expolit 11',
        'bIsWebPath':true,
        'sUrl':'expolit11.html'
    },
    {   'sTitle':'Hillsong',
        'bIsWebPath':true,
        'sUrl':'hillsong.html'
    },
    {   'sTitle':'Funky',
        'bIsWebPath':true,
        'sUrl':'funky.html'
    }]
},
{   'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'videos.html'
},
{   'sTitle':'Archivo de  Fotos',
    'bIsWebPath':true,
    'sUrl':'archivodefotos.html'
},
{   'sTitle':'Contacto',
    'bIsWebPath':true,
    'sUrl':'contacto.html'
}]
});
