var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Erika',
    bIsWebPath:true,
    sUrl:'erika.html'
},
{   sTitle:'Propiedades',
    bIsWebPath:true,
    sUrl:'propiedades.html'
},
{   sTitle:'Contacto',
    bIsWebPath:true,
    sUrl:'contacto.html'
}]
});
