var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Nosotros',
    'bIsWebPath':true,
    'sUrl':'nosotros.html'
},
{   'sTitle':'Fotos',
    'bIsWebPath':true,
    'sUrl':'fotos.html'
},
{   'sTitle':'Hospedaje',
    'bIsWebPath':true,
    'sUrl':'hospedaje.html'
},
{   'sTitle':'Contacto',
    'bIsWebPath':true,
    'sUrl':'contacto.html'
}]
});
