var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Inicio',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Información General',
    bIsWebPath:true,
    sUrl:'informaciongeneral.html',"childArray" : [
    {   sTitle:'Moteles por tiempo corto',
        bIsWebPath:true,
        sUrl:'motels.html'
    },
    {   sTitle:'Lista de hoteles que admiten chicas',
        bIsWebPath:true,
        sUrl:'listadehoteles.html'
    },
    {   sTitle:'Lista de Hoteles Problematicos',
        bIsWebPath:true,
        sUrl:'listadehotelesproblematicos.html'
    }]
},
{   sTitle:'Vínculos',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Vinculos 2',
        bIsWebPath:true,
        sUrl:'links2.html'
    },
    {   sTitle:'Vinculos 3',
        bIsWebPath:true,
        sUrl:'links3.html'
    },
    {   sTitle:'Vinculos 4',
        bIsWebPath:true,
        sUrl:'links4.html'
    },
    {   sTitle:'Vinculos 5',
        bIsWebPath:true,
        sUrl:'links5.html'
    },
    {   sTitle:'Vinculos 6',
        bIsWebPath:true,
        sUrl:'vinculos6.html'
    },
    {   sTitle:'Banner Exchange',
        bIsWebPath:true,
        sUrl:'bannerexch.html'
    }]
},
{   sTitle:'Contactanos',
    bIsWebPath:true,
    sUrl:'contactanos.html'
}]
});
