var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'INICIO',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'HISTORIA',
    bIsWebPath:true,
    sUrl:'historia.html'
},
{   sTitle:'CENTENARIO',
    bIsWebPath:true,
    sUrl:'centenario.html'
},
{   sTitle:'DEPORTES',
    bIsWebPath:true,
    sUrl:'deportes.html'
},
{   sTitle:'CONTACTO',
    bIsWebPath:true,
    sUrl:'contacto.html'
}]
});
