var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nosotros',
    bIsWebPath:true,
    sUrl:'nosotros.html',"childArray" : [
    {   sTitle:'Construccion',
        bIsWebPath:true,
        sUrl:'construccion.html'
    },
    {   sTitle:'El Restaurante',
        bIsWebPath:true,
        sUrl:'restaurante.html'
    },
    {   sTitle:'Eventos',
        bIsWebPath:true,
        sUrl:'eventos.html'
    },
    {   sTitle:'Algunos Platos',
        bIsWebPath:true,
        sUrl:'platos.html'
    },
    {   sTitle:'Panorama',
        bIsWebPath:true,
        sUrl:'panorama.html'
    },
    {   sTitle:'Fiesta escuela Majagual 2009',
        bIsWebPath:true,
        sUrl:'majagual.html'
    },
    {   sTitle:'Flores y Plantas',
        bIsWebPath:true,
        sUrl:'plantas.html'
    },
    {   sTitle:'WebCam',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html'
},
{   sTitle:'Especiales y planes',
    bIsWebPath:true,
    sUrl:'especiales.html'
},
{   sTitle:'Contactarnos',
    bIsWebPath:true,
    sUrl:'contactos.html',"childArray" : [
    {   sTitle:'Reservacion',
        bIsWebPath:true,
        sUrl:'reservaciones.html'
    }]
}]
});